mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +08:00
Use ScheduleAfterChildren
to better match comment
This commit is contained in:
parent
3ea469813c
commit
ebce3fd3c7
@ -40,7 +40,7 @@ namespace osu.Game.Skinning
|
|||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
// schedule is required to allow children to run their LoadComplete and take on their correct sizes.
|
// schedule is required to allow children to run their LoadComplete and take on their correct sizes.
|
||||||
Schedule(() => applyDefaults?.Invoke(this));
|
ScheduleAfterChildren(() => applyDefaults?.Invoke(this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user