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.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/bigmodel-qml/MyEntity.qml b/tests/manual/bigmodel-qml/MyEntity.qml
index d340e088f..0289295cf 100644
--- a/tests/manual/bigmodel-qml/MyEntity.qml
+++ b/tests/manual/bigmodel-qml/MyEntity.qml
@@ -61,10 +61,10 @@ Entity {
components: [
Transform { id: transform },
- GeometryRenderer { view: SphereMesh { radius: 2 } },
+ SphereMesh { radius: 2 },
PhongMaterial { id: material },
ObjectPicker {
- onClicked: console.log("Clicked", root.name, pick.distance, pick.triangleIndex)
- }
+ onClicked: console.log("Clicked", root.name, pick.distance, pick.triangleIndex)
+ }
]
}