mirror of
https://github.com/ppy/osu
synced 2025-03-05 19:11:52 +00:00
Fix components having incorrect default positions
This commit is contained in:
parent
d653335b6f
commit
bcf2555545
@ -444,7 +444,7 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
.ToArray();
|
||||
|
||||
foreach (var i in instances)
|
||||
placeComponent(i);
|
||||
placeComponent(i, false);
|
||||
|
||||
SelectedComponents.Clear();
|
||||
SelectedComponents.AddRange(instances);
|
||||
|
Loading…
Reference in New Issue
Block a user