Fix editor losing copy after each paste.
This commit is contained in:
committed by
Smittytron
parent
dcb70d12e3
commit
902006bf53
@@ -95,7 +95,6 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
var gridType = worldRenderer.World.Map.Grid.Type;
|
var gridType = worldRenderer.World.Map.Grid.Type;
|
||||||
var source = CellRegion.BoundingRegion(gridType, new[] { start, end });
|
var source = CellRegion.BoundingRegion(gridType, new[] { start, end });
|
||||||
Copy(source, cell - end);
|
Copy(source, cell - end);
|
||||||
editorWidget.ClearBrush();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user