1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 15:07:23 +08:00

Fix components having incorrect default positions

This commit is contained in:
Dean Herbert 2023-02-15 19:34:42 +09:00
parent d653335b6f
commit bcf2555545

View File

@ -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);