summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/PlanetsMain.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/PlanetsMain.qml')
-rw-r--r--examples/qt3d/planets-qml/PlanetsMain.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/planets-qml/PlanetsMain.qml b/examples/qt3d/planets-qml/PlanetsMain.qml
index 3228a20fc..f6e8db05b 100644
--- a/examples/qt3d/planets-qml/PlanetsMain.qml
+++ b/examples/qt3d/planets-qml/PlanetsMain.qml
@@ -66,7 +66,7 @@ Item {
//! [0]
Scene3D {
anchors.fill: parent
- aspects: ["render", "logic"]
+ aspects: ["render", "logic", "input"]
focus: true
SolarSystem { id: solarsystem }