Description
Type
Game behaviour
Bug description
When editing a beatmap, flipping a PerfectCurve slider may change the curve type of that slider to Bezier. It's not just flipping a slider that can produce this behaviour, rotating, reversing, and possibly more operations can do this. I've done some investigation as to why this happens.
The code which flips the position of the slider control points moves the control points one by one.
osu/osu.Game.Rulesets.Osu/Edit/OsuSelectionHandler.cs
Lines 130 to 136 in 4627e4f
Each time an anchor is moved, the path is invalidated and the PathControlPointPiece
gets notified and calls updatePathType
If not all control points have been moved yet and they happen to be in an unfortunate position, then we can get an invalid perfect curve which gets corrected to a bezier.
Screenshots or videos
osu._hVcl7UwaMT.mp4
Version
latest master branch 18/8/2022