Refactor/add xmldocs

This commit is contained in:
smoogipoo
2020-09-09 17:04:02 +09:00
parent e271408fca
commit 37a659b2af
7 changed files with 45 additions and 14 deletions

View File

@ -239,7 +239,7 @@ namespace osu.Game.Screens.Ranking.Expanded
using (BeginDelayedSequence(AccuracyCircle.ACCURACY_TRANSFORM_DELAY, true))
{
scoreCounter.FadeIn();
scoreCounter.Current = scoreManager.GetTotalScore(score);
scoreCounter.Current = scoreManager.GetBindableTotalScore(score);
double delay = 0;