cleaning
This commit is contained in:
@@ -90,11 +90,7 @@ namespace OpenRa.Game
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mi.Button == MouseButtons.None && mi.Event == MouseInputEvent.Move)
|
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;
|
dragStart = dragEnd = xy;
|
||||||
}
|
|
||||||
|
|
||||||
if (mi.Button == MouseButtons.Right && mi.Event == MouseInputEvent.Down)
|
if (mi.Button == MouseButtons.Right && mi.Event == MouseInputEvent.Down)
|
||||||
ApplyOrders(xy, false);
|
ApplyOrders(xy, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user