Let order generators account for selection changes
This commit is contained in:
@@ -110,6 +110,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
world.CancelInputMode();
|
||||
}
|
||||
|
||||
void IOrderGenerator.SelectionChanged(World world, IEnumerable<Actor> selected) { }
|
||||
|
||||
bool IsOutsideDragZone
|
||||
{
|
||||
get { return dragStarted && dragDirection.Length > MinDragThreshold; }
|
||||
|
||||
Reference in New Issue
Block a user