mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22: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;
|
scorePosition = value;
|
||||||
|
|
||||||
positionText.Text = scorePosition.HasValue ? $"#{scorePosition.Value.FormatRank()}" : "#?";
|
positionText.Text = scorePosition.HasValue ? $"#{scorePosition.Value.FormatRank()}" : "-";
|
||||||
|
|
||||||
updateState();
|
updateState();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user