summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-08-09 10:44:17 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-08-09 13:12:21 +0000
commit6d47b66d306b30363d2caafc48897a805f575245 (patch)
treea22c0b9bddf80202781abd5be4c87b8fb38281de /tests
parentfb7f15de0d4092a7709179e54ad7c108945d06f7 (diff)
ClipPlane: fix was using wrong layer
Change-Id: I776c5104579d500e557f4ca5b72271a5ff1b4a79 Task-number: QTBUG-55117 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/clip-planes-qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/clip-planes-qml/main.qml b/tests/manual/clip-planes-qml/main.qml
index 4ab043285..7f449e291 100644
--- a/tests/manual/clip-planes-qml/main.qml
+++ b/tests/manual/clip-planes-qml/main.qml
@@ -91,7 +91,7 @@ Entity {
ClippingPlanes {
id: clippingPlanes
visualizationLayer: frameGraph.visualizationLayer
- capsLayer: frameGraph.contentLayer
+ capsLayer: frameGraph.capsLayer
}
// Entity being clipped