summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h')
-rw-r--r--src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h b/src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h
index 9eb51450..4adac84f 100644
--- a/src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h
+++ b/src/Runtime/Source/runtimerender/Qt3DSRenderSubpresentation.h
@@ -83,7 +83,7 @@ namespace render {
void RenderWithClear(const SOffscreenRendererEnvironment &inEnvironment,
NVRenderContext &inRenderContext,
QT3DSVec2 inPresScale, SScene::RenderClearCommand inClearBuffer,
- QT3DSVec3 inClearColor,
+ QT3DSVec4 inClearColor,
const SRenderInstanceId instanceId) override;
IGraphObjectPickQuery *GetGraphObjectPickQuery(const SRenderInstanceId) override { return &m_PickQuery; }
bool Pick(const QT3DSVec2 & /*inMouseCoords*/, const QT3DSVec2 & /*inViewportDimensions*/,