mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
call builder finish before ending curve
This commit is contained in:
parent
bcf2effae9
commit
ca55a7b2bf
@ -197,8 +197,12 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
|
||||
base.OnDragEnd(e);
|
||||
|
||||
if (state == SliderPlacementState.Drawing)
|
||||
{
|
||||
bSplineBuilder.Finish();
|
||||
updateSliderPathFromBSplineBuilder();
|
||||
endCurve();
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnMouseUp(MouseUpEvent e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user