mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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…
x
Reference in New Issue
Block a user