add BT_SetTerminate to all threads
This commit is contained in:
@@ -1897,6 +1897,7 @@ void Canvas::export_depth(std::string file_name, std::function<void()> on_comple
|
||||
if (App::I->check_license())
|
||||
{
|
||||
std::thread t([=] {
|
||||
BT_SetTerminate();
|
||||
export_depth_thread(file_name);
|
||||
if (on_complete)
|
||||
on_complete();
|
||||
|
||||
Reference in New Issue
Block a user