mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 16:33: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();
|
output->quit();
|
||||||
delete output;
|
delete output;
|
||||||
output=NULL;
|
output=NULL;
|
||||||
audioEngine=DIV_AUDIO_NULL;
|
//audioEngine=DIV_AUDIO_NULL;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue