mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Fix hitsounds not updating immediately after switching skins
This commit is contained in:
parent
0f25ad8b87
commit
4add1727b7
@ -37,7 +37,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user