Explorar o código

Fix visibility of garrisoned heroes while picking up resources

Ivan Savenko %!s(int64=2) %!d(string=hai) anos
pai
achega
322b8e8840
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)