aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/imageparticle/sprites.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/imageparticle/sprites.qml')
-rw-r--r--examples/particles/imageparticle/sprites.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/imageparticle/sprites.qml b/examples/particles/imageparticle/sprites.qml
index 45ff2ebbaf..1e5aaa0f75 100644
--- a/examples/particles/imageparticle/sprites.qml
+++ b/examples/particles/imageparticle/sprites.qml
@@ -98,7 +98,7 @@ Rectangle {
system: sys
emitRate: 2
lifeSpan: 10000
- speed: AngleDirection {angle: 90; magnitude: 60; angleVariation: 5}
+ velocity: AngleDirection {angle: 90; magnitude: 60; angleVariation: 5}
acceleration: PointDirection { y: 10 }
size: 160
sizeVariation: 40