summaryrefslogtreecommitdiffstats
path: root/tests/manual/custom-mesh-update-data-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/custom-mesh-update-data-qml/main.qml')
-rw-r--r--tests/manual/custom-mesh-update-data-qml/main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/custom-mesh-update-data-qml/main.qml b/tests/manual/custom-mesh-update-data-qml/main.qml
index 909dbf9ca..08ba9dd09 100644
--- a/tests/manual/custom-mesh-update-data-qml/main.qml
+++ b/tests/manual/custom-mesh-update-data-qml/main.qml
@@ -207,13 +207,11 @@ Entity {
primitiveType: GeometryRenderer.Triangles
Buffer {
id: vertexBuffer
- type: Buffer.VertexBuffer
data: buildVertexBufferData()
}
Buffer {
id: indexBuffer
- type: Buffer.IndexBuffer
data: buildIndexBufferData()
}
geometry: Geometry {