1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 15:00:46 +08:00

Add TODO marking incompatible logic

Chances are this will not be materially noticed anyway because I'm not
even sure that unranked mod scores *can* show up on leaderboards.
This commit is contained in:
Bartłomiej Dach
2025-05-26 13:09:06 +02:00
Unverified
parent d8546d909d
commit bedac98e06
@@ -200,6 +200,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
content.Add(new StatisticText(count, maxCount, @"N0") { Colour = count == 0 ? Color4.Gray : Color4.White });
}
// TODO: all this should be using the same sort of logic as `DrawableProfileScore` is, but that's not easily done
// unless the ENTIRE overlay can be weaned off of `ScoreInfo` and use `SoloScoreInfo` instead
if (showPerformancePoints)
{
if (!score.Ranked)