passing refs to World in Chrome

This commit is contained in:
Bob
2010-01-21 13:20:46 +13:00
parent 6688716aa5
commit 7f5c59a967
3 changed files with 70 additions and 70 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenRa
using (new PerfSample("render"))
{
++RenderFrame;
viewport.DrawRegions();
viewport.DrawRegions( world );
}
PerfHistory.items["render"].Tick();