aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/trails/overburst.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/trails/overburst.qml')
-rw-r--r--examples/declarative/particles/trails/overburst.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/declarative/particles/trails/overburst.qml b/examples/declarative/particles/trails/overburst.qml
index c3129a1d72..ca6bc6dedc 100644
--- a/examples/declarative/particles/trails/overburst.qml
+++ b/examples/declarative/particles/trails/overburst.qml
@@ -61,7 +61,6 @@ Rectangle{
x: ma.mouseX
y: ma.mouseY
emitRate: 16000
- lifeSpan: 1000
emitCap: 4000
acceleration: AngledDirection{angleVariation: 360; magnitude: 360; }
size: 8
@@ -75,7 +74,7 @@ Rectangle{
MouseArea{
width: 100
height: 100
- onClicked: sys.overwrite = !sys.overwrite
+ onClicked: bursty.noCap = true;
id: ma2
Rectangle{
anchors.fill: parent