mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add back comma separator to score display.
This commit is contained in:
@ -321,6 +321,7 @@ namespace osu.Game.Screens.Ranking
|
||||
public SlowScoreCounter(uint leading = 0) : base(leading)
|
||||
{
|
||||
DisplayedCountSpriteText.Shadow = false;
|
||||
UseCommaSeparator = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user