summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/custom-mesh-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/custom-mesh-qml/main.qml')
-rw-r--r--examples/qt3d/custom-mesh-qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/custom-mesh-qml/main.qml b/examples/qt3d/custom-mesh-qml/main.qml
index cb7175b07..1257676a5 100644
--- a/examples/qt3d/custom-mesh-qml/main.qml
+++ b/examples/qt3d/custom-mesh-qml/main.qml
@@ -60,6 +60,7 @@ Entity {
activeFrameGraph: ForwardRenderer {
clearColor: Qt.rgba(0.5, 0.5, 1, 1)
camera: camera
+ window: _q_window
}
}
]