Update thread.cpp
This commit is contained in:
parent
4ec44b0f89
commit
1f8c0fa06e
@ -45,7 +45,7 @@ namespace RenderD7 {
|
||||
}
|
||||
}
|
||||
|
||||
void Thread::detach() {
|
||||
void Thread::kill() {
|
||||
threadDetach(m_thread);
|
||||
m_running = false;
|
||||
m_started = false;
|
||||
|
Loading…
Reference in New Issue
Block a user