fixed thread desync when exporting

This commit is contained in:
itsmattkc
2019-01-22 02:29:55 +11:00
parent 0bd3e6949c
commit 46feccfa9d
+2
View File
@@ -489,5 +489,7 @@ void ExportThread::run() {
}
void ExportThread::wake() {
mutex.lock();
waitCond.wakeAll();
mutex.unlock();
}