mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 15:52:56 +08:00
Merge branch 'fix-double-storyboard-sample-dispose-crash' into beatmap-track-rework
This commit is contained in:
commit
d4a7e8cee8
@ -76,6 +76,8 @@ namespace osu.Game.Storyboards.Drawables
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
Channel?.Stop();
|
||||
Channel = null;
|
||||
|
||||
base.Dispose(isDisposing);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user