summaryrefslogtreecommitdiffstats
path: root/tests/manual/bigmodel-qml/MyEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/bigmodel-qml/MyEntity.qml')
-rw-r--r--tests/manual/bigmodel-qml/MyEntity.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/bigmodel-qml/MyEntity.qml b/tests/manual/bigmodel-qml/MyEntity.qml
index c2c7e5d7c..d340e088f 100644
--- a/tests/manual/bigmodel-qml/MyEntity.qml
+++ b/tests/manual/bigmodel-qml/MyEntity.qml
@@ -61,7 +61,7 @@ Entity {
components: [
Transform { id: transform },
- SphereMesh { radius: 2 },
+ GeometryRenderer { view: SphereMesh { radius: 2 } },
PhongMaterial { id: material },
ObjectPicker {
onClicked: console.log("Clicked", root.name, pick.distance, pick.triangleIndex)