mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 19:44:22 +08:00
Merge pull request #21268 from peppy/fix-path-change-expected-length
Fix sliders not correctly taking on full available length after changing curve type
This commit is contained in:
@@ -248,6 +248,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
break;
|
||||
}
|
||||
|
||||
slider.Path.ExpectedDistance.Value = null;
|
||||
piece.ControlPoint.Type = type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user