mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
change displayed text from #?
to -
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user