From 3228f4796266cd0f47d95b58948a089fc1741e00 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 5 Dec 2009 12:38:12 +1300 Subject: [PATCH] cleaning --- OpenRa.Game/Controller.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenRa.Game/Controller.cs b/OpenRa.Game/Controller.cs index e59b6f01f1..b83b754253 100644 --- a/OpenRa.Game/Controller.cs +++ b/OpenRa.Game/Controller.cs @@ -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);