summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/bigscene-instanced-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/bigscene-instanced-qml/main.qml')
-rw-r--r--examples/qt3d/bigscene-instanced-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/bigscene-instanced-qml/main.qml b/examples/qt3d/bigscene-instanced-qml/main.qml
index 71a82d30a..358128009 100644
--- a/examples/qt3d/bigscene-instanced-qml/main.qml
+++ b/examples/qt3d/bigscene-instanced-qml/main.qml
@@ -99,7 +99,7 @@ Entity {
minorVersion: 2
majorVersion: 3
}
- filterKeys: Annotation { name: "renderingStyle"; value: "forward" }
+ annotations: [ Annotation { name: "renderingStyle"; value: "forward" } ]
renderPasses: RenderPass {
shaderProgram: ShaderProgram {
vertexShaderCode: loadSource("qrc:/instanced.vert")