fix some threading issues

This commit is contained in:
tildearrow 2023-08-21 14:14:09 -05:00
parent d0f498189c
commit 6ba8527cb6
3 changed files with 40 additions and 10 deletions

View file

@ -5262,6 +5262,7 @@ bool FurnaceGUI::loop() {
}
}
if (!e->isExporting()) {
e->finishAudioFile();
ImGui::CloseCurrentPopup();
}
ImGui::EndPopup();