summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/raycastingjob/tst_raycastingjob.cpp')
-rw-r--r--tests/auto/render/raycastingjob/tst_raycastingjob.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/render/raycastingjob/tst_raycastingjob.cpp b/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
index 411bb9160..9477947ac 100644
--- a/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
+++ b/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
@@ -113,6 +113,7 @@ void runRequiredJobs(Qt3DRender::TestAspect *test)
Qt3DRender::Render::UpdateWorldTransformJob updateWorldTransform;
updateWorldTransform.setRoot(test->sceneRoot());
+ updateWorldTransform.setManagers(test->nodeManagers());
updateWorldTransform.run();
// For each buffer
@@ -134,6 +135,7 @@ void runRequiredJobs(Qt3DRender::TestAspect *test)
Qt3DRender::Render::ExpandBoundingVolumeJob expandBVolume;
expandBVolume.setRoot(test->sceneRoot());
+ expandBVolume.setManagers(test->nodeManagers());
expandBVolume.run();
Qt3DRender::Render::UpdateMeshTriangleListJob updateTriangleList;