summaryrefslogtreecommitdiffstats
path: root/tests/manual/keyboardinput-qml/SphereEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/keyboardinput-qml/SphereEntity.qml')
-rw-r--r--tests/manual/keyboardinput-qml/SphereEntity.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/keyboardinput-qml/SphereEntity.qml b/tests/manual/keyboardinput-qml/SphereEntity.qml
index 2b7b449d7..91f40230d 100644
--- a/tests/manual/keyboardinput-qml/SphereEntity.qml
+++ b/tests/manual/keyboardinput-qml/SphereEntity.qml
@@ -62,7 +62,7 @@ Entity {
PhongMaterial { id: material }
- SphereMesh { id: sphereMesh }
+ GeometryRenderer { id: sphereMesh; view: SphereMesh { } }
Transform {
id: transform