fix repeat pattern hanging audio/VGM export
This commit is contained in:
parent
6ffb332c4e
commit
4db91256b1
2 changed files with 2 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ bool DivEngine::saveAudio(const char* path, int loops, DivAudioExportModes mode)
|
|||
exportMode=mode;
|
||||
exporting=true;
|
||||
stop();
|
||||
repeatPattern=false;
|
||||
setOrder(0);
|
||||
remainingLoops=loops;
|
||||
exportThread=new std::thread(_runExportThread,this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue