1
0
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:
Dean Herbert 2017-04-18 21:24:18 +09:00
parent 782019e0c7
commit 28835bd5bd
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -321,6 +321,7 @@ namespace osu.Game.Screens.Ranking
public SlowScoreCounter(uint leading = 0) : base(leading)
{
DisplayedCountSpriteText.Shadow = false;
UseCommaSeparator = true;
}
}
}