summaryrefslogtreecommitdiffstats
path: root/tests/manual/bigscene-instanced-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/bigscene-instanced-qml/main.qml')
-rw-r--r--tests/manual/bigscene-instanced-qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/bigscene-instanced-qml/main.qml b/tests/manual/bigscene-instanced-qml/main.qml
index da72fce70..04140c188 100644
--- a/tests/manual/bigscene-instanced-qml/main.qml
+++ b/tests/manual/bigscene-instanced-qml/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import Qt3D.Core 2.0
import Qt3D.Render 2.0
@@ -62,7 +62,7 @@ Entity {
}
}
}
- parameters: Parameter { name: "instanceCount"; value: cylinderMeshRenderer.instanceCount }
+ parameters: Parameter { name: "instanceCount"; value: cylinderMeshRenderer.view.instanceCount }
}
CylinderMesh {