Browse Source

Fix visibility of garrisoned heroes while picking up resources

Ivan Savenko 2 năm trước cách đây
mục cha
commit
322b8e8840
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/mapView/MapRendererContext.cpp

+ 1 - 1
client/mapView/MapRendererContext.cpp

@@ -283,7 +283,7 @@ double MapRendererAdventureFadingContext::objectTransparency(ObjectInstanceID ob
 	if(objectID == target)
 		return progress;
 
-	return 1.0;
+	return MapRendererAdventureContext::objectTransparency(objectID, coordinates);
 }
 
 MapRendererAdventureMovingContext::MapRendererAdventureMovingContext(const MapRendererContextState & viewState)