add BT_SetTerminate to all threads
This commit is contained in:
@@ -674,6 +674,7 @@ void App::dialog_timelapse_export()
|
||||
void App::dialog_export_mp4()
|
||||
{
|
||||
std::thread([this] {
|
||||
BT_SetTerminate();
|
||||
const int video_width = 1024;
|
||||
const int video_height = 512;
|
||||
const int video_frames = 500;
|
||||
|
||||
Reference in New Issue
Block a user