Update thread.cpp

This commit is contained in:
tobid7 2021-12-08 16:02:10 +01:00 committed by GitHub
parent 4ec44b0f89
commit 1f8c0fa06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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