1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 16:42:55 +08:00

Ensure Reset/Scores_Set run inline where possible

This commit is contained in:
Dean Herbert 2022-01-30 03:06:29 +09:00
parent 06660ff960
commit dad9cc9315

View File

@ -66,7 +66,7 @@ namespace osu.Game.Online.Leaderboards
protected set
{
scores = value;
Scheduler.AddOnce(updateScoresDrawables);
Scheduler.Add(updateScoresDrawables, false);
}
}