1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 16:02:58 +08:00

Fix sliders not correctly taking on full available length after changing curve type

This commit is contained in:
Dean Herbert 2022-11-17 13:59:07 +09:00
parent f67e8ce523
commit 12606122e3

View File

@ -248,6 +248,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
break; break;
} }
slider.Path.ExpectedDistance.Value = null;
piece.ControlPoint.Type = type; piece.ControlPoint.Type = type;
} }