mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Fix leaderboard accessing drawables in a possibly invalid state
This commit is contained in:
parent
304a731d2e
commit
6cd69b794d
@ -310,9 +310,9 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
currentPlaceholder = placeholder;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
protected override void UpdateAfterChildren()
|
||||
{
|
||||
base.Update();
|
||||
base.UpdateAfterChildren();
|
||||
|
||||
var fadeStart = scrollContainer.Current + scrollContainer.DrawHeight;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user