mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09: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;
|
currentPlaceholder = placeholder;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Update()
|
protected override void UpdateAfterChildren()
|
||||||
{
|
{
|
||||||
base.Update();
|
base.UpdateAfterChildren();
|
||||||
|
|
||||||
var fadeStart = scrollContainer.Current + scrollContainer.DrawHeight;
|
var fadeStart = scrollContainer.Current + scrollContainer.DrawHeight;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user