RMB to cancel orders

This commit is contained in:
Chris Forbes
2009-10-06 22:21:15 +13:00
parent 108d799b29
commit 9eb03e3839
3 changed files with 5 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ namespace OpenRa.Game
var stuffFromOtherPlayers = network.Tick(); // todo: actually use the orders!
world.Update();
viewport.DrawRegions(this);
viewport.DrawRegions();
}
}
}