1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Fix D rank displaying as F

This commit is contained in:
Dean Herbert 2018-11-30 19:46:40 +09:00
parent f517f98ae7
commit 17b2a4ca0d

View File

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