mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Fix storyboard samples not stopping on exit (#5972)
Fix storyboard samples not stopping on exit
This commit is contained in:
commit
2e6efebb17
@ -64,5 +64,11 @@ namespace osu.Game.Storyboards.Drawables
|
||||
LifetimeEnd = sampleInfo.StartTime;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
channel?.Stop();
|
||||
base.Dispose(isDisposing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user