1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix visibility of garrisoned heroes while picking up resources

This commit is contained in:
Ivan Savenko 2023-03-06 00:28:06 +02:00
parent ddb7bcaf42
commit 322b8e8840

View File

@ -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)