Change Size.ToString output to support FieldLoader.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
cd9001e7b9
commit
2fbbff2860
@@ -74,9 +74,6 @@ namespace OpenRA.Primitives
|
||||
return Width ^ Height;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{{Width={Width}, Height={Height}}}";
|
||||
}
|
||||
public override string ToString() { return Width + "," + Height; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user