mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 12:22:57 +08:00
Add back comma separator to score display.
This commit is contained in:
parent
782019e0c7
commit
28835bd5bd
@ -321,6 +321,7 @@ namespace osu.Game.Screens.Ranking
|
||||
public SlowScoreCounter(uint leading = 0) : base(leading)
|
||||
{
|
||||
DisplayedCountSpriteText.Shadow = false;
|
||||
UseCommaSeparator = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user