fixed comment that erroneously said wait when it should have said quit

This commit is contained in:
Brad Hefta-Gaub 2014-01-16 13:39:55 -08:00
parent f3074c1fcc
commit a1257d1b98

View file

@ -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();
}