Add forgotten symbol

This commit is contained in:
Andrei Zavatski 2019-07-08 12:10:08 +03:00
parent 59cfd39670
commit 1e5639acee
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public TopScoreUserSection(int position)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Text = position.ToString(),
Text = $"#{position.ToString()}",
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold, italics: true)
},
rank = new UpdateableRank(ScoreRank.D)