mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:42:58 +08:00
Move selection clearing to top
This commit is contained in:
parent
631ea9a3ed
commit
f54047d17b
@ -260,6 +260,8 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
|
||||
if (toSplit.Count == 0)
|
||||
return;
|
||||
|
||||
editorBeatmap.SelectedHitObjects.Clear();
|
||||
|
||||
foreach (var c in toSplit)
|
||||
{
|
||||
if (c == controlPoints[0] || c == controlPoints[^1] || c.Type is null)
|
||||
@ -318,8 +320,6 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
|
||||
foreach (var c in controlPoints)
|
||||
c.Position -= first;
|
||||
HitObject.Position += first;
|
||||
|
||||
editorBeatmap.SelectedHitObjects.Clear();
|
||||
}
|
||||
|
||||
private void convertToStream()
|
||||
|
Loading…
Reference in New Issue
Block a user