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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user