Bye Bye Chrome!

This commit is contained in:
alzeih
2010-07-21 17:57:06 +12:00
parent 0ac91d3c5e
commit 222b29cec6
35 changed files with 180 additions and 199 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenRA
TileSet.LoadTiles();
Timer.Time( "Tileset: {0}" );
WorldRenderer = new WorldRenderer(this, Game.renderer);
WorldRenderer = new WorldRenderer(this, Game.Renderer);
Timer.Time("renderer: {0}");
WorldActor = CreateActor("World", new int2(int.MaxValue, int.MaxValue), null);
@@ -105,7 +105,7 @@ namespace OpenRA
PathFinder = new PathFinder(this);
Timer.Time( "hooks, pathing: {0}" );
Minimap = new Minimap(this, Game.renderer);
Minimap = new Minimap(this, Game.Renderer);
Timer.Time( "minimap: {0}" );
Timer.Time( "----end World.ctor" );