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