mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 12:45:09 +08: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