summaryrefslogtreecommitdiffstats
path: root/tests/manual/skybox/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/skybox/main.qml')
-rw-r--r--tests/manual/skybox/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/skybox/main.qml b/tests/manual/skybox/main.qml
index af476a1ca..69c837121 100644
--- a/tests/manual/skybox/main.qml
+++ b/tests/manual/skybox/main.qml
@@ -91,7 +91,7 @@ Entity {
Entity {
components: [
- SphereMesh { radius: 5 },
+ GeometryRenderer { view: SphereMesh { radius: 5 } },
PhongMaterial { diffuse: "dodgerblue" }
]
}