Browse Source

fsdfdsfsfd

pull/3544/head
lizzie 3 weeks ago
parent
commit
cfc7501911
  1. 2
      src/core/core_timing.cpp

2
src/core/core_timing.cpp

@ -313,8 +313,8 @@ void CoreTiming::ThreadLoop() {
} }
#else #else
event.WaitFor(std::chrono::nanoseconds(wait_time)); event.WaitFor(std::chrono::nanoseconds(wait_time));
}
#endif #endif
}
} else { } else {
// Queue is empty, wait until another event is scheduled and signals us to // Queue is empty, wait until another event is scheduled and signals us to
// continue. // continue.

Loading…
Cancel
Save