Add a resize map command.

This commit is contained in:
Matthias Mailänder
2015-12-31 10:20:03 +01:00
parent 7f5143bf46
commit 284e6ea061
3 changed files with 54 additions and 1 deletions

View File

@@ -838,7 +838,7 @@ namespace OpenRA
return delta.Yaw.Facing;
}
public void Resize(int width, int height) // editor magic.
public void Resize(int width, int height)
{
var oldMapTiles = MapTiles.Value;
var oldMapResources = MapResources.Value;