determine which sprites to render during Render, not Tick

This commit is contained in:
Bob
2010-10-31 20:48:50 +13:00
committed by Chris Forbes
parent e3ddb8f757
commit 94f7c6db97
2 changed files with 3 additions and 5 deletions

View File

@@ -143,7 +143,6 @@ namespace OpenRA
});
world.Tick();
worldRenderer.Tick();
PerfHistory.Tick();
}