pause active animations
This commit is contained in:
@@ -44,6 +44,9 @@ namespace OpenRA.Mods.RA.Render
|
||||
int ticks;
|
||||
public void TickRender(WorldRenderer wr, Actor self)
|
||||
{
|
||||
if (wr.world.Paused == World.PauseState.Paused)
|
||||
return;
|
||||
|
||||
if (!buildComplete)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user