summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simple-qml/main.qml')
-rw-r--r--examples/qt3d/simple-qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/simple-qml/main.qml b/examples/qt3d/simple-qml/main.qml
index 3f1236c44..f9cd23687 100644
--- a/examples/qt3d/simple-qml/main.qml
+++ b/examples/qt3d/simple-qml/main.qml
@@ -53,8 +53,8 @@ Entity {
viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 )
}
- Configuration {
- controlledCamera: camera
+ CameraController {
+ camera: camera
}
components: [