1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22: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")] [Description(@"F")]
F, F,
[Description(@"F")] [Description(@"D")]
D, D,
[Description(@"C")] [Description(@"C")]
C, C,