add BT_SetTerminate to all threads

This commit is contained in:
2020-04-24 07:38:28 +02:00
parent 4a1df278d1
commit f041559212
6 changed files with 7 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ void NodePanelGrid::init_controls()
if (ShaderManager::ext_float32 || ShaderManager::ext_float16)
{
std::thread([this] {
BT_SetTerminate();
bake_uvs();
m_hm_shading->set_index(3);
m_shade_mode = ShadeMode::Textured;