aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/particles3d/StartupView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/particles3d/StartupView.qml')
-rw-r--r--examples/quick3d/particles3d/StartupView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick3d/particles3d/StartupView.qml b/examples/quick3d/particles3d/StartupView.qml
index 6e3097c1..87e67091 100644
--- a/examples/quick3d/particles3d/StartupView.qml
+++ b/examples/quick3d/particles3d/StartupView.qml
@@ -139,6 +139,7 @@ Item {
ambientColor: Qt.rgba(0.5, 0.3, 0.1, 1.0)
SequentialAnimation {
loops: Animation.Infinite
+ running: true
NumberAnimation {
target: pointLight
property: "brightness"