mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 14:32:56 +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;
|
LifetimeEnd = sampleInfo.StartTime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool isDisposing)
|
||||||
|
{
|
||||||
|
channel?.Stop();
|
||||||
|
base.Dispose(isDisposing);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user