summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gltf/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gltf/main.qml')
-rw-r--r--examples/qt3d/gltf/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/gltf/main.qml b/examples/qt3d/gltf/main.qml
index 3d4cc4f4e..5d34890ea 100644
--- a/examples/qt3d/gltf/main.qml
+++ b/examples/qt3d/gltf/main.qml
@@ -75,8 +75,8 @@ Entity {
clearColor: "black"
CameraSelector {
camera: camera
- ClearBuffer {
- buffers : ClearBuffer.ColorDepthBuffer
+ ClearBuffers {
+ buffers : ClearBuffers.ColorDepthBuffer
SortPolicy {
criteria: [
SortCriterion { sort: SortCriterion.BackToFront }