Fix SpriteEffect not updating ScreenMap

This commit is contained in:
reaperrr
2017-09-17 21:51:47 +02:00
committed by Paul Chote
parent eea14ec922
commit 593e86325b

View File

@@ -39,6 +39,7 @@ namespace OpenRA.Mods.Common.Effects
public void Tick(World world)
{
anim.Tick();
world.ScreenMap.Update(this, pos, anim.Image);
}
public IEnumerable<IRenderable> Render(WorldRenderer wr)