another improvement. it runs, too!

This commit is contained in:
Chris Forbes
2009-10-12 21:29:49 +13:00
parent 711b419ed0
commit e255a48645
3 changed files with 24 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ namespace OpenRa.Game.Graphics
public WorldRenderer(Renderer renderer, Game game)
{
// TODO: this is layout policy. it belongs at a higher level than this.
// TODO: this is layout policy. it belongs at a higher level than this.
this.game = game;
region = Region.Create(game.viewport, DockStyle.Left,
game.viewport.Width - 128, Draw,
game.controller.HandleMouseInput);