summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture_property_updates/main.qml
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-07-30 12:03:46 +0100
committerMike Krus <mike.krus@kdab.com>2020-07-30 13:51:37 +0100
commit174cd487b4644a69853de9007b90cba989afe344 (patch)
tree03e331f2b0a51ec2c6518d352c4b7a759edebbed /tests/manual/texture_property_updates/main.qml
parenteb728b5501f0ffb61ca4916ff5975c496ab98970 (diff)
Make sample meshes geometry renderers again
Introduce new geometry view class for each. Change-Id: I8e9a8f3a078d4cc63f9656ae8142e39f05d755c7 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/texture_property_updates/main.qml')
-rw-r--r--tests/manual/texture_property_updates/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/texture_property_updates/main.qml b/tests/manual/texture_property_updates/main.qml
index 4ea241f63..7794dab55 100644
--- a/tests/manual/texture_property_updates/main.qml
+++ b/tests/manual/texture_property_updates/main.qml
@@ -131,7 +131,7 @@ QQ2.Item {
InputSettings { }
]
- GeometryRenderer { id: mesh; view: CuboidMesh { } }
+ CuboidMesh { id: mesh }
NodeInstantiator {
id: instantiator