mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 05:52:56 +08:00
Adjust comment
This commit is contained in:
parent
58feba72a3
commit
98813222af
@ -38,7 +38,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
private void onChange() =>
|
private void onChange() =>
|
||||||
// schedule required to avoid calls after disposed.
|
// schedule required to avoid calls after disposed.
|
||||||
// note that this has the side-effect of components only performance a skin change when they are alive.
|
// note that this has the side-effect of components only performing a skin change when they are alive.
|
||||||
Scheduler.AddOnce(() => SkinChanged(skin, allowDefaultFallback));
|
Scheduler.AddOnce(() => SkinChanged(skin, allowDefaultFallback));
|
||||||
|
|
||||||
protected override void LoadAsyncComplete()
|
protected override void LoadAsyncComplete()
|
||||||
|
Loading…
Reference in New Issue
Block a user