mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Refactor/add xmldocs
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user