summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h')
-rw-r--r--src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h b/src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h
index ea95b943..ad0c4e6b 100644
--- a/src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h
+++ b/src/Runtime/Source/engine/Qt3DSRenderRuntimeBinding.h
@@ -63,7 +63,7 @@ namespace render {
{
public:
virtual IQt3DSRenderFactory &
- CreateRenderFactory(const QSurfaceFormat &format) = 0;
+ CreateRenderFactory(const QSurfaceFormat &format, bool delayedLoading) = 0;
static IQt3DSRenderFactoryCore &
CreateRenderFactoryCore(const char8_t *inApplicationDirectory,