And one last fix.

This commit is contained in:
OBattler
2021-12-17 18:57:22 +01:00
parent 0131550432
commit 8996a61ba4

View File

@@ -122,7 +122,7 @@ thread_reset_event(event_t *handle)
std::lock_guard<std::mutex> lock(event->mutex);
event->state = false;
// event->cond.notify_all();
event->cond.notify_all();
}
void