summaryrefslogtreecommitdiffstats
path: root/src/core/qscheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qscheduler.cpp')
-rw-r--r--src/core/qscheduler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/qscheduler.cpp b/src/core/qscheduler.cpp
index cc2f9081e..edfbb391c 100644
--- a/src/core/qscheduler.cpp
+++ b/src/core/qscheduler.cpp
@@ -91,6 +91,9 @@ void QScheduler::scheduleAndWaitForFrameAspectJobs(qint64 time)
// whilst the threadpool works its way through the jobs
m_aspectManager->jobManager()->waitForAllJobs();
+
+ for (auto &job : qAsConst(jobQueue))
+ job->postFrame(m_aspectManager);
}
} // namespace Qt3DCore