Fix hitsounds not updating immediately after switching skins

This commit is contained in:
Dean Herbert 2019-08-28 03:25:57 +09:00
parent 0f25ad8b87
commit 4add1727b7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ private void load(AudioManager audio)
public void Play() => channels?.ForEach(c => c.Play());
public override bool IsPresent => false; // We don't need to receive updates.
public override bool IsPresent => Scheduler.HasPendingTasks;
protected override void SkinChanged(ISkinSource skin, bool allowFallback)
{