aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/simple/multiplepainters.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/simple/multiplepainters.qml')
-rw-r--r--examples/particles/simple/multiplepainters.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/simple/multiplepainters.qml b/examples/particles/simple/multiplepainters.qml
index c1b85caa2d..62a254812d 100644
--- a/examples/particles/simple/multiplepainters.qml
+++ b/examples/particles/simple/multiplepainters.qml
@@ -61,7 +61,7 @@ Rectangle {
emitRate: 200
lifeSpan: 4000
startTime: 4000
- speed: PointDirection { y: -120; }
+ velocity: PointDirection { y: -120; }
}
ImageParticle {