Add inline note about deadlock

This commit is contained in:
Dean Herbert 2023-12-26 12:06:56 +09:00
parent f84b07e71a
commit b18b5b9977
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public void Stop()
hasStarted = false;
// This pre-check is important, fixes a BASS deadlock in some scenarios.
if (!Track.HasCompleted)
{
Track.Stop();