summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-76766/SceneRoot.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-76766/SceneRoot.qml')
-rw-r--r--tests/manual/qtbug-76766/SceneRoot.qml12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/manual/qtbug-76766/SceneRoot.qml b/tests/manual/qtbug-76766/SceneRoot.qml
index 6e34633b1..93e96a43d 100644
--- a/tests/manual/qtbug-76766/SceneRoot.qml
+++ b/tests/manual/qtbug-76766/SceneRoot.qml
@@ -111,8 +111,7 @@ Entity {
Material1 {
color: "red"
},
- SphereMesh {
- }
+ GeometryRenderer { view: SphereMesh { } }
]
}
@@ -125,8 +124,7 @@ Entity {
Material2 {
color: "green"
},
- SphereMesh {
- }
+ GeometryRenderer { view: SphereMesh { } }
]
}
}
@@ -149,8 +147,7 @@ Entity {
loops: Animation.Infinite
}
},
- SphereMesh {
- }
+ GeometryRenderer { view: SphereMesh { } }
]
}
@@ -164,8 +161,7 @@ Entity {
Material2 {
color: "orange"
},
- SphereMesh {
- }
+ GeometryRenderer { view: SphereMesh { } }
]
}
}