Use ScoreRank.D instead of F

This commit is contained in:
iiSaLMaN 2019-06-08 19:32:26 +03:00 committed by GitHub
parent 772db10f50
commit dfbc652803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public TopScoreUserSection()
Text = "#1",
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold, italics: true)
},
rank = new DrawableRank(ScoreRank.F)
rank = new DrawableRank(ScoreRank.D)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,