Merge pull request #3009 from ScottNZ/mtm-shroud
Fixes a couple of shroud issues
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user