mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Fix potential crash if disposing a DrawableStoryboardSample twice
This commit is contained in:
parent
25ee1fa7a2
commit
69cb9f3091
@ -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