Fix the StartsRevealed option of FrozenUnderFog being ignored

This commit is contained in:
Oliver Brakmann
2015-12-18 20:32:10 +01:00
parent c7a9d024b0
commit 879ccaf4f8

View File

@@ -100,7 +100,7 @@ namespace OpenRA.Traits
Shrouded = false; Shrouded = false;
} }
NeedRenderables = Visible && !wasVisible; NeedRenderables |= Visible && !wasVisible;
} }
public void Flash() public void Flash()