summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Render/StudioRendererTranslation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Render/StudioRendererTranslation.cpp')
-rw-r--r--src/Authoring/Studio/Render/StudioRendererTranslation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Render/StudioRendererTranslation.cpp b/src/Authoring/Studio/Render/StudioRendererTranslation.cpp
index 8887c571..73981d85 100644
--- a/src/Authoring/Studio/Render/StudioRendererTranslation.cpp
+++ b/src/Authoring/Studio/Render/StudioRendererTranslation.cpp
@@ -2888,7 +2888,8 @@ void STranslation::RenderZoomRender(SZoomRender &inRender)
theRenderContext.SetClearColor(QT3DSVec4(.2f, .2f, .2f, 0.0f));
theRenderContext.Clear(qt3ds::render::NVRenderClearFlags(
qt3ds::render::NVRenderClearValues::Color | qt3ds::render::NVRenderClearValues::Depth));
- theRenderer.RunLayerRender(*theLayer, thePickSetup->m_ViewProjection);
+ theRenderer.RunLayerRender(*theLayer, thePickSetup->m_ProjectionPreMultiply,
+ thePickSetup->m_ViewProjection);
theRenderContext.SetScissorTestEnabled(false);
}
}