summaryrefslogtreecommitdiffstats
path: root/tests/manual/subtree-enabler-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/subtree-enabler-qml/main.qml')
-rw-r--r--tests/manual/subtree-enabler-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/subtree-enabler-qml/main.qml b/tests/manual/subtree-enabler-qml/main.qml
index c2e530893..03c9beff6 100644
--- a/tests/manual/subtree-enabler-qml/main.qml
+++ b/tests/manual/subtree-enabler-qml/main.qml
@@ -102,7 +102,7 @@ Entity {
Transform {
rotation: fromAxisAndAngle(Qt.vector3d(0, 0, 1), -sceneRoot.rotationAngle)
},
- CylinderMesh {},
+ GeometryRenderer { view: CylinderMesh {} },
MetalRoughMaterial {}
]
}