more chrome perf

This commit is contained in:
Chris Forbes
2010-02-01 19:22:12 +13:00
parent 57d9055aeb
commit 9efede94af
2 changed files with 16 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ namespace OpenRa
using (new PerfSample("tick_time"))
{
lastTime += Settings.Timestep;
chrome.Tick();
chrome.Tick( world );
orderManager.TickImmediate( world );