mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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) {
|
||||
_thread->quit();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue