1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-13 13:14:50 +08:00
Files
osu-lazer/osu.Game.Tests/Mods
T
Bartłomiej Dach cf9df65558 Adjust score multiplier formatting logic to look less wrong for some floating point values (#38019)
- Related to https://github.com/ppy/osu/issues/37818

Works around issue described in https://github.com/ppy/osu/pull/38013.
Saying it "fixes" it seems like a stretch.

A real fix would again be using `decimal` everywhere, probably, but I'm
not really sure I want to be doing that, as `decimal`s are annoying to
deal with and slow, and floating-point is already doing well enough in
the actual usage context of total scores (I did not find one case of
inaccuracy over multiple days of cross-checks).
cf9df65558 · 2026-06-08 17:35:56 +09:00
History
..