mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
parent
dba96812aa
commit
1dd02dd389
1 changed files with 5 additions and 0 deletions
|
@ -824,6 +824,7 @@ void DivEngine::runExportThread() {
|
|||
|
||||
quitDispatch();
|
||||
initDispatch(true);
|
||||
renderSamples();
|
||||
|
||||
switch (exportMode) {
|
||||
case DIV_EXPORT_MODE_ONE: {
|
||||
|
@ -837,6 +838,9 @@ void DivEngine::runExportThread() {
|
|||
sf=sfWrap.doOpen(exportPath.c_str(),SFM_WRITE,&si);
|
||||
if (sf==NULL) {
|
||||
logE("could not open file for writing! (%s)",sf_strerror(NULL));
|
||||
quitDispatch();
|
||||
initDispatch(false);
|
||||
renderSamples();
|
||||
exporting=false;
|
||||
return;
|
||||
}
|
||||
|
@ -1151,6 +1155,7 @@ void DivEngine::runExportThread() {
|
|||
|
||||
quitDispatch();
|
||||
initDispatch(false);
|
||||
renderSamples();
|
||||
stopExport=false;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue