killed PrepareOverlay

This commit is contained in:
Chris Forbes
2009-10-31 23:24:39 +13:00
parent a3dba77f99
commit dbef9e4a45
7 changed files with 10 additions and 38 deletions

View File

@@ -94,6 +94,8 @@ namespace OpenRa.Game
}
}
public float2 MousePosition { get { return dragEnd; } }
public Cursor ChooseCursor()
{
var c = (orderGenerator is UnitOrderGenerator) ? orderGenerator.Order(dragEnd.ToInt2(), false)