We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b833f03 commit c4b4a8cCopy full SHA for c4b4a8c
OpenRA.Game/Map/Map.cs
@@ -988,7 +988,7 @@ public void Resize(int width, int height)
988
Tiles = CellLayer.Resize(oldMapTiles, newSize, oldMapTiles[MPos.Zero]);
989
Resources = CellLayer.Resize(oldMapResources, newSize, oldMapResources[MPos.Zero]);
990
Height = CellLayer.Resize(oldMapHeight, newSize, oldMapHeight[MPos.Zero]);
991
- Ramp = CellLayer.Resize(oldMapRamp, newSize, oldMapHeight[MPos.Zero]);
+ Ramp = CellLayer.Resize(oldMapRamp, newSize, oldMapRamp[MPos.Zero]);
992
MapSize = new int2(newSize);
993
994
var tl = new MPos(0, 0);
0 commit comments