Ditto for OrderGenerators.

This commit is contained in:
Bob
2010-01-21 13:37:45 +13:00
parent 4fa56f16c0
commit 6ac384669b
13 changed files with 90 additions and 90 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenRa.Graphics
DrawBandBox();
if (Game.controller.orderGenerator != null)
Game.controller.orderGenerator.Render();
Game.controller.orderGenerator.Render( world );
world.LocalPlayer.Shroud.Draw(spriteRenderer);