Merge pull request #3009 from ScottNZ/mtm-shroud

Fixes a couple of shroud issues
This commit is contained in:
Matthias Mailänder
2013-04-08 10:45:46 -07:00
3 changed files with 16 additions and 12 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)
{