summaryrefslogtreecommitdiffstats
path: root/examples/bigmodel-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bigmodel-qml/main.qml')
-rw-r--r--examples/bigmodel-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bigmodel-qml/main.qml b/examples/bigmodel-qml/main.qml
index a2d3c19dd..eb8c7927f 100644
--- a/examples/bigmodel-qml/main.qml
+++ b/examples/bigmodel-qml/main.qml
@@ -87,6 +87,6 @@ Entity {
Instantiator {
model: _meshFileNames
- delegate: Scene { source: modelData; }
+ delegate: SceneLoader { source: modelData; }
}
}