early-access version 3545

This commit is contained in:
pineappleEA
2023-05-03 18:47:38 +02:00
parent f6df739ee6
commit 6462b4528c
7 changed files with 12 additions and 11 deletions

View File

@@ -436,10 +436,7 @@ void System::Stop() {
}
if (execution_mode == ExecutionMode::Auto) {
// Should wait for the system to terminate here, but core timing (should have) already
// stopped, so this isn't needed. Find a way to make this definite.
// terminate_event.Wait();
terminate_event.Wait();
}
}