Maintain path type when dragging/placing

This commit is contained in:
Naxess
2021-03-22 15:59:06 +01:00
parent c82218627f
commit 067178e537
2 changed files with 13 additions and 0 deletions

View File

@ -142,6 +142,9 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
{
base.Update();
updateSlider();
// Maintain the path type in case it got defaulted to bezier at some point during the drag.
updatePathType();
}
private void updatePathType()