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:
parent
06660ff960
commit
dad9cc9315
@ -66,7 +66,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
protected set
|
||||
{
|
||||
scores = value;
|
||||
Scheduler.AddOnce(updateScoresDrawables);
|
||||
Scheduler.Add(updateScoresDrawables, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user