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:
@@ -361,8 +361,8 @@ void KillSound (void)
|
||||
if (dontLoadSounds)
|
||||
return;
|
||||
|
||||
DumpBufferSounds();
|
||||
CloseSoundChannels();
|
||||
DumpBufferSounds();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SoundBytesNeeded
|
||||
|
||||
Reference in New Issue
Block a user