mirror of
https://github.com/osukey/osukey.git
synced 2025-05-14 01:57:22 +09: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;
|
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)
|
if (TrackedScore?.ScorePosition == Flow.Count && Flow.Count == 51)
|
||||||
TrackedScore.ScorePosition = null;
|
TrackedScore.ScorePosition = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user