only compute a new drawlist on tick, not render
This commit is contained in:
@@ -166,6 +166,8 @@ namespace OpenRA
|
||||
|
||||
foreach (var player in players.Values)
|
||||
player.Tick();
|
||||
|
||||
WorldRenderer.Tick();
|
||||
}
|
||||
|
||||
public IEnumerable<Actor> Actors { get { return actors; } }
|
||||
|
||||
Reference in New Issue
Block a user