mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 04:17:25 +08:00
017003deea
Co-authored-by: Zyf <zyfarok@gmail.com> Closes https://github.com/ppy/osu/issues/25860 Users reported that some stable scores would convert to large negative total scores in lazer after the introduction of combo exponent. Those large negative total scores were actually mangled NaNs. The root cause of this was the following calculation going below zero unexpectedly: |
||
---|---|---|
.. | ||
Drawables | ||
Legacy | ||
HitResultDisplayStatistic.cs | ||
IScoreInfo.cs | ||
LegacyDatabasedScore.cs | ||
RankingTier.cs | ||
Score.cs | ||
ScoreImporter.cs | ||
ScoreInfo.cs | ||
ScoreInfoExtensions.cs | ||
ScoreManager.cs | ||
ScoreModelDownloader.cs | ||
ScorePerformanceCache.cs | ||
ScoreRank.cs |