added ToString to int2 so it works nicely in debugger; fixed #49 map buildings
This commit is contained in:
@@ -14,7 +14,7 @@ namespace OpenRa.Game.Traits
|
||||
bool first = true;
|
||||
public void Tick(Actor self)
|
||||
{
|
||||
if (first && self.Owner == Game.LocalPlayer)
|
||||
if (first)
|
||||
self.CenterLocation = Game.CellSize * (float2)self.Location + 0.5f * self.SelectedSize;
|
||||
|
||||
first = false;
|
||||
|
||||
Reference in New Issue
Block a user