Separate bindables

This commit is contained in:
smoogipoo
2020-08-28 22:51:19 +09:00
parent 8ffc4309fb
commit d7bbb362bf
3 changed files with 22 additions and 8 deletions

View File

@ -124,7 +124,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
new OsuSpriteText
{
Margin = new MarginPadding { Right = horizontal_inset },
Current = scoreManager.GetTotalScore(score),
Current = scoreManager.GetTotalScoreString(score),
Font = OsuFont.GetFont(size: text_size, weight: index == 0 ? FontWeight.Bold : FontWeight.Medium)
},
new OsuSpriteText