Fix editor losing copy after each paste.

This commit is contained in:
Matthias Mailänder
2021-07-12 17:15:27 +02:00
committed by Smittytron
parent dcb70d12e3
commit 902006bf53

View File

@@ -95,7 +95,6 @@ namespace OpenRA.Mods.Common.Widgets
var gridType = worldRenderer.World.Map.Grid.Type;
var source = CellRegion.BoundingRegion(gridType, new[] { start, end });
Copy(source, cell - end);
editorWidget.ClearBrush();
break;
}
}