mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 19:44:22 +08:00
Use ScheduleAfterChildren to better match comment
This commit is contained in:
@@ -40,7 +40,7 @@ namespace osu.Game.Skinning
|
||||
base.LoadComplete();
|
||||
|
||||
// schedule is required to allow children to run their LoadComplete and take on their correct sizes.
|
||||
Schedule(() => applyDefaults?.Invoke(this));
|
||||
ScheduleAfterChildren(() => applyDefaults?.Invoke(this));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user