aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/emitters/burstandpulse.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/emitters/burstandpulse.qml')
-rw-r--r--examples/particles/emitters/burstandpulse.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/emitters/burstandpulse.qml b/examples/particles/emitters/burstandpulse.qml
index 1b1c2a60c9..c6d39b527d 100644
--- a/examples/particles/emitters/burstandpulse.qml
+++ b/examples/particles/emitters/burstandpulse.qml
@@ -77,7 +77,7 @@ Rectangle {
emitRate: 2000
lifeSpan: 2000
enabled: false
- speed: AngleDirection{magnitude: 64; angleVariation: 360}
+ velocity: AngleDirection{magnitude: 64; angleVariation: 360}
size: 24
sizeVariation: 8
}