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

View File

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