mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
fixed comment that erroneously said wait when it should have said quit
This commit is contained in:
parent
f3074c1fcc
commit
a1257d1b98
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ void GenericThread::threadRoutine() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we were on a thread, then wait till it's done
|
// If we were on a thread, then quit our thread
|
||||||
if (_isThreaded && _thread) {
|
if (_isThreaded && _thread) {
|
||||||
_thread->quit();
|
_thread->quit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue