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:
parent
4fbc240aa1
commit
0011f4e7be
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user