batch count vis

This commit is contained in:
Chris Forbes
2009-11-19 18:22:42 +13:00
parent db965cd22d
commit 1d60fa3343
2 changed files with 11 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ namespace OpenRa.Game
skipMakeAnims = false;
PerfHistory.items["render"].hasNormalTick = false;
PerfHistory.items["batches"].hasNormalTick = false;
chrome = new Chrome(renderer);
}
@@ -203,6 +204,7 @@ namespace OpenRa.Game
}
PerfHistory.items["render"].Tick();
PerfHistory.items["batches"].Tick();
}
public static bool IsCellBuildable(int2 a, UnitMovementType umt)