3D buttons (still needs a little work)

This commit is contained in:
Paul Chote
2010-03-17 20:37:58 +13:00
parent 79bcb3c739
commit a2b2ad0af5
8 changed files with 69 additions and 36 deletions

View File

@@ -87,9 +87,9 @@ namespace OpenRA.Widgets
// Mousedown
// todo: route the other events too!
if (InputHandler.Value != null && mi.Event == MouseInputEvent.Down)
if (InputHandler.Value != null && mi.Event == MouseInputEvent.Up)
return InputHandler.Value.OnClick(this, mi);
return false;
}