mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
a3b8493751
Compare: https://github.com/ppy/osu/pull/26616 This came up elsewhere, namely in https://github.com/ppy/osu/pull/28277#issuecomment-2133505958. As it turns out, at least one beatmap among those whose scores had unexpected changes in total score, namely https://osu.ppy.sh/beatmapsets/971028#fruits/2062131, was using slider velocity multipliers that were not a multiple of 0.01 (the specific value used was 0.225x). This meant that due to the rounding applied to `SliderVelocityMultiplierBindable` via `Precision`, the raw value was being incorrectly rounded, resulting in incorrect conversion. The "direct" change that revealed this is most likely https://github.com/ppy/osu-framework/pull/6249, by the virtue of shuffling the `BindableNumber` rounding code around and accidentally changing midpoint rounding semantics in the process. But it was not at fault here, as rounding was just as wrong before that change as after in this specific context. |
||
---|---|---|
.. | ||
Beatmaps | ||
Difficulty | ||
Edit | ||
Judgements | ||
Mods | ||
Objects | ||
Properties | ||
Replays | ||
Scoring | ||
Skinning | ||
UI | ||
CatchInputManager.cs | ||
CatchRuleset.cs | ||
CatchSkinComponentLookup.cs | ||
CatchSkinComponents.cs | ||
osu.Game.Rulesets.Catch.csproj |