mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
fix audio output being reset on cmd line export
This commit is contained in:
parent
d109f53169
commit
a4741861ce
1 changed files with 1 additions and 1 deletions
|
@ -3081,7 +3081,7 @@ bool DivEngine::deinitAudioBackend() {
|
|||
output->quit();
|
||||
delete output;
|
||||
output=NULL;
|
||||
audioEngine=DIV_AUDIO_NULL;
|
||||
//audioEngine=DIV_AUDIO_NULL;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue