mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08: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)
|
public SlowScoreCounter(uint leading = 0) : base(leading)
|
||||||
{
|
{
|
||||||
DisplayedCountSpriteText.Shadow = false;
|
DisplayedCountSpriteText.Shadow = false;
|
||||||
|
UseCommaSeparator = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user