This commit is contained in:
Chris Forbes
2009-12-05 12:38:12 +13:00
parent c630e6a0a7
commit 3228f47962

View File

@@ -90,11 +90,7 @@ namespace OpenRa.Game
}
if (mi.Button == MouseButtons.None && mi.Event == MouseInputEvent.Move)
{
/* update the cursor to reflect the thing under us - note this
* needs to also happen when the *thing* changes, so per-frame hook */
dragStart = dragEnd = xy;
}
if (mi.Button == MouseButtons.Right && mi.Event == MouseInputEvent.Down)
ApplyOrders(xy, false);