Change Map.MapSize from int2 to Size.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
2fbbff2860
commit
ede12610a8
@@ -25,7 +25,7 @@ namespace OpenRA
|
||||
protected readonly Rectangle Bounds;
|
||||
|
||||
protected CellLayerBase(Map map)
|
||||
: this(map.Grid.Type, new Size(map.MapSize.X, map.MapSize.Y)) { }
|
||||
: this(map.Grid.Type, map.MapSize) { }
|
||||
|
||||
protected CellLayerBase(MapGridType gridType, Size size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user