mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Don't use '#' in RankDisplay for now
This commit is contained in:
parent
cb0dbc6d9e
commit
5caca1d328
@ -44,7 +44,7 @@ namespace osu.Game.Screens.Play.BreaksOverlay
|
||||
Children = new Drawable[]
|
||||
{
|
||||
AccuracyDisplay = new PercentageInfoLine("Accuracy"),
|
||||
RankDisplay = new InfoLine<int>("Rank", @"#"),
|
||||
RankDisplay = new InfoLine<int>("Rank"),
|
||||
GradeDisplay = new InfoLine<ScoreRank>("Grade"),
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user