Skip to content

Commit

Permalink
checkPendingTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Oct 26, 2023
1 parent 2ecf669 commit f12d4a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/scheduling/dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ void Dispatcher::mergeEvents() {
thread->scheduledTasks.clear();
}
}

checkPendingTasks();
}

std::chrono::nanoseconds Dispatcher::timeUntilNextScheduledTask() const {
Expand Down

0 comments on commit f12d4a4

Please sign in to comment.