mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
87570ed238
Closes https://github.com/ppy/osu/issues/24185
The stable code has had a bug in this logic forever. So we'll need to
reimplement the bug.
Basically, sliders have to have `UpdateCalculations` run in order to
have a correct `Position2` and `EndTime`, but this wasn't being called
in the inner loop before use of `EndTime` at
|
||
---|---|---|
.. | ||
OsuBeatmap.cs | ||
OsuBeatmapConverter.cs | ||
OsuBeatmapProcessor.cs |