mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
change displayed text from #?
to -
This commit is contained in:
parent
9da57c66a2
commit
ab53fb17d3
@ -72,7 +72,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
scorePosition = value;
|
||||
|
||||
positionText.Text = scorePosition.HasValue ? $"#{scorePosition.Value.FormatRank()}" : "#?";
|
||||
positionText.Text = scorePosition.HasValue ? $"#{scorePosition.Value.FormatRank()}" : "-";
|
||||
|
||||
updateState();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user