the "PlaceBuilding" order now passes position as top-left, not center.

This commit is contained in:
Bob
2010-01-18 15:08:11 +13:00
parent 7027b239ec
commit ecf723b490
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenRa.Orders
yield break;
}
yield return new Order("PlaceBuilding", Producer.Owner.PlayerActor, null, xy, Building);
yield return new Order("PlaceBuilding", Producer.Owner.PlayerActor, null, topLeft, Building);
}
}