mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +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
|
||
---|---|---|
.. | ||
Beatmaps | ||
Configuration | ||
Difficulty | ||
Edit | ||
Judgements | ||
Mods | ||
Objects | ||
Properties | ||
Replays | ||
Resources/Testing/Beatmaps | ||
Scoring | ||
Skinning | ||
Statistics | ||
UI | ||
Utils | ||
osu.Game.Rulesets.Osu.csproj | ||
OsuInputManager.cs | ||
OsuRuleset.cs | ||
OsuSkinComponentLookup.cs | ||
OsuSkinComponents.cs |