mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Fix back to front initialisation order
This commit is contained in:
parent
68aaf90702
commit
ca943a897a
@ -133,10 +133,11 @@ namespace osu.Game.Skinning
|
||||
|
||||
protected override void LoadAsyncComplete()
|
||||
{
|
||||
base.LoadAsyncComplete();
|
||||
|
||||
// ensure samples are constructed before SkinChanged() is called via base.LoadAsyncComplete().
|
||||
if (!samplesContainer.Any())
|
||||
updateSamples();
|
||||
|
||||
base.LoadAsyncComplete();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user