mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 21:00:33 +08:00
Use ScoreRank.D instead of F
This commit is contained in:
parent
772db10f50
commit
dfbc652803
@ -46,7 +46,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user