mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 01:08:12 +08:00
Implement slider control point deletions
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
case Key.Delete:
|
||||
var newControlPoints = new List<Vector2>();
|
||||
|
||||
foreach (var piece in pieces)
|
||||
foreach (var piece in Pieces)
|
||||
{
|
||||
if (!piece.IsSelected.Value)
|
||||
newControlPoints.Add(slider.Path.ControlPoints[piece.Index]);
|
||||
|
||||
Reference in New Issue
Block a user