1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

fix comment lol

This commit is contained in:
Piggey 2022-11-09 19:59:04 +01:00
parent 4fbc240aa1
commit 0011f4e7be

View File

@ -174,7 +174,7 @@ namespace osu.Game.Screens.Play.HUD
orderedByScore[i].ScorePosition = i + 1;
}
// change displayed potision to '#?' when there are 50 already submitted scores and tracked score is last
// change displayed potision to '-' when there are 50 already submitted scores and tracked score is last
if (TrackedScore?.ScorePosition == Flow.Count && Flow.Count == 51)
TrackedScore.ScorePosition = null;