From f12d4a4264dfb83d04b1e2a43a420ea5d2ae3ffd Mon Sep 17 00:00:00 2001 From: Renato Machado Date: Thu, 26 Oct 2023 00:25:54 -0300 Subject: [PATCH] checkPendingTasks --- src/game/scheduling/dispatcher.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/scheduling/dispatcher.cpp b/src/game/scheduling/dispatcher.cpp index a87aa10d600..a24ef770466 100644 --- a/src/game/scheduling/dispatcher.cpp +++ b/src/game/scheduling/dispatcher.cpp @@ -164,6 +164,8 @@ void Dispatcher::mergeEvents() { thread->scheduledTasks.clear(); } } + + checkPendingTasks(); } std::chrono::nanoseconds Dispatcher::timeUntilNextScheduledTask() const {