Update thread.cpp

This commit is contained in:
2021-12-08 16:02:10 +01:00
committed by GitHub
parent 4ec44b0f89
commit 1f8c0fa06e

View File

@ -45,7 +45,7 @@ namespace RenderD7 {
} }
} }
void Thread::detach() { void Thread::kill() {
threadDetach(m_thread); threadDetach(m_thread);
m_running = false; m_running = false;
m_started = false; m_started = false;