aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/trails/dynamicemitters.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/trails/dynamicemitters.qml')
-rw-r--r--examples/declarative/particles/trails/dynamicemitters.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/particles/trails/dynamicemitters.qml b/examples/declarative/particles/trails/dynamicemitters.qml
index f338c204db..dbf3f8fa82 100644
--- a/examples/declarative/particles/trails/dynamicemitters.qml
+++ b/examples/declarative/particles/trails/dynamicemitters.qml
@@ -114,6 +114,7 @@ Rectangle{
obj.targetX = Math.random() * 240 - 120 + obj.x
obj.targetY = Math.random() * 240 - 120 + obj.y
obj.life = Math.round(Math.random() * 2400) + 200
+ obj.emitRate = Math.round(Math.random() * 32) + 32
obj.go();
}
}