mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00: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:
commit
2fb93fd46c
@ -248,6 +248,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
break;
|
||||
}
|
||||
|
||||
slider.Path.ExpectedDistance.Value = null;
|
||||
piece.ControlPoint.Type = type;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user