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