diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp index 07913286fa..5b1d928002 100644 --- a/src/core/core_timing.cpp +++ b/src/core/core_timing.cpp @@ -313,8 +313,8 @@ void CoreTiming::ThreadLoop() { } #else event.WaitFor(std::chrono::nanoseconds(wait_time)); - } #endif + } } else { // Queue is empty, wait until another event is scheduled and signals us to // continue.