remove world arg to SyncLobbyInfo and HandleInput

This commit is contained in:
Bob
2010-10-10 21:43:45 +13:00
parent 915ad7fb7b
commit 3724f46a3e
4 changed files with 10 additions and 10 deletions

View File

@@ -105,10 +105,10 @@ namespace OpenRA.Mods.RA.Widgets
Location = (loc * Game.CellSize - Game.viewport.Location).ToInt2()
};
Widget.HandleInput(Game.world, fakemi);
Widget.HandleInput(fakemi);
fakemi.Event = MouseInputEvent.Up;
Widget.HandleInput(Game.world, fakemi);
Widget.HandleInput(fakemi);
}
return true;