fixed thread desync when exporting
This commit is contained in:
@@ -489,5 +489,7 @@ void ExportThread::run() {
|
||||
}
|
||||
|
||||
void ExportThread::wake() {
|
||||
mutex.lock();
|
||||
waitCond.wakeAll();
|
||||
mutex.unlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user