another improvement. it runs, too!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user