mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 尝试修复类型错误
This commit is contained in:
@@ -381,8 +381,8 @@ void Assistant::working_proc()
|
||||
}
|
||||
|
||||
if (m_thread_idle || m_tasks_list.empty()) {
|
||||
m_thread_idle = true;
|
||||
finished_tasks.clear();
|
||||
m_thread_idle = true;
|
||||
Log.flush();
|
||||
LogTraceScope("wait for m_condvar");
|
||||
m_condvar.wait(lock);
|
||||
|
||||
Reference in New Issue
Block a user