Skip to content

Commit

Permalink
Fix #4847
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdnazg committed Jun 27, 2015
1 parent 11dee4e commit c999972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Rendering/UnitDrawer.cpp
Expand Up @@ -2007,7 +2007,7 @@ void CUnitDrawer::RenderUnitLOSChanged(const CUnit* unit, int allyTeam, int newS
if (newStatus & LOS_PREVLOS) {
if (allyTeam == gu->myAllyTeam) {
if (gameSetup->ghostedBuildings && unit->unitDef->IsImmobileUnit()) {
erase(liveGhostBuildings[MDL_TYPE(unit)], u);
insert_unique(liveGhostBuildings[MDL_TYPE(unit)], u);
}
}
}
Expand Down

0 comments on commit c999972

Please sign in to comment.