mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix regression meaning SkinnableSound
initialisation may never happen
This commit is contained in:
@ -131,6 +131,14 @@ namespace osu.Game.Skinning
|
||||
});
|
||||
}
|
||||
|
||||
protected override void LoadAsyncComplete()
|
||||
{
|
||||
base.LoadAsyncComplete();
|
||||
|
||||
if (!samplesContainer.Any())
|
||||
updateSamples();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Stops the samples.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user