Remove Shroud.Jank() and make all references to it call Shroud.Dirty() instead

This commit is contained in:
Scott_NZ
2013-04-09 00:18:08 +12:00
parent 29ca520d89
commit 67fcdb5b91
2 changed files with 3 additions and 9 deletions

View File

@@ -48,13 +48,7 @@ namespace OpenRA.Traits
get { return Disabled ? null : exploredBounds; }
}
public event Action Dirty = () => { };
public void Jank()
{
Dirty();
}
public Action Dirty = () => { };
public Shroud(World world)
{