mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +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