mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 13:57:26 +08:00
Add inline note about deadlock
This commit is contained in:
parent
f84b07e71a
commit
b18b5b9977
@ -96,6 +96,7 @@ namespace osu.Game.Audio
|
||||
|
||||
hasStarted = false;
|
||||
|
||||
// This pre-check is important, fixes a BASS deadlock in some scenarios.
|
||||
if (!Track.HasCompleted)
|
||||
{
|
||||
Track.Stop();
|
||||
|
Loading…
Reference in New Issue
Block a user