mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix audio shutdown crashes
This commit is contained in:
@@ -354,9 +354,9 @@ void KillMusic (void)
|
||||
|
||||
if (dontLoadMusic)
|
||||
return;
|
||||
|
||||
theErr = DumpMusicSounds();
|
||||
|
||||
theErr = CloseMusicChannel();
|
||||
theErr = DumpMusicSounds();
|
||||
musicMutex->Destroy();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user