Fix SpriteEffect not updating ScreenMap
This commit is contained in:
@@ -39,6 +39,7 @@ namespace OpenRA.Mods.Common.Effects
|
|||||||
public void Tick(World world)
|
public void Tick(World world)
|
||||||
{
|
{
|
||||||
anim.Tick();
|
anim.Tick();
|
||||||
|
world.ScreenMap.Update(this, pos, anim.Image);
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<IRenderable> Render(WorldRenderer wr)
|
public IEnumerable<IRenderable> Render(WorldRenderer wr)
|
||||||
|
|||||||
Reference in New Issue
Block a user