diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 8550762538..eca961eb73 100755 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -286,9 +286,9 @@ namespace OpenRA.Editor return; surface1.Map.ResizeCordon((int)rd.cordonLeft.Value, - (int)rd.cordonTop.Value, - (int)rd.cordonRight.Value, - (int)rd.cordonBottom.Value); + (int)rd.cordonTop.Value, + (int)rd.cordonRight.Value, + (int)rd.cordonBottom.Value); if ((int)rd.width.Value != surface1.Map.MapSize.X || (int)rd.height.Value != surface1.Map.MapSize.Y) {