1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Merge pull request #3790 from peppy/fix-d-rank

Fix D rank displaying as F
This commit is contained in:
Dean Herbert 2018-11-30 19:56:19 +09:00 committed by GitHub
commit bf4a544a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ namespace osu.Game.Scoring
{
[Description(@"F")]
F,
[Description(@"F")]
[Description(@"D")]
D,
[Description(@"C")]
C,