Preview clipboard when copy-pasting in the map editor
This commit is contained in:
committed by
Gustas Kažukauskas
parent
c4332c808b
commit
9c8470d18e
@@ -256,7 +256,8 @@ namespace OpenRA.Mods.Common.EditorBrushes
|
||||
{
|
||||
foreach (var (_, editorActorPreview) in blitSource.Actors)
|
||||
{
|
||||
var preview = editorActorPreview.RenderWithOffset(wOffset);
|
||||
var preview = editorActorPreview.RenderWithOffset(wOffset)
|
||||
.OrderBy(WorldRenderer.RenderableZPositionComparisonKey);
|
||||
foreach (var renderable in preview)
|
||||
yield return renderable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user