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

Don't commit in DragStart

This commit is contained in:
Marvin Schürz 2024-10-10 00:01:37 +02:00
parent 39dc35712c
commit 4814ccbedd

View File

@ -400,8 +400,6 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
selectedControlPoints = new HashSet<PathControlPoint>(Pieces.Where(piece => piece.IsSelected.Value).Select(piece => piece.ControlPoint));
Debug.Assert(draggedControlPointIndex >= 0);
commandHandler?.Commit();
}
[Resolved(CanBeNull = true)]