move Game.worldRenderer into World

This commit is contained in:
Bob
2010-01-18 01:50:24 +13:00
parent b581f248a7
commit 2f568ce829
10 changed files with 17 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenRa.Graphics
renderer.BeginFrame(r1, r2, scrollPosition);
Game.worldRenderer.Draw();
Game.world.WorldRenderer.Draw();
Game.chrome.Draw();
var c = Game.chrome.HitTest(mousePos) ? Cursor.Default : Game.controller.ChooseCursor();