aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/emitters/shapeanddirection.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/emitters/shapeanddirection.qml')
-rw-r--r--examples/particles/emitters/shapeanddirection.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/particles/emitters/shapeanddirection.qml b/examples/particles/emitters/shapeanddirection.qml
index 43623427b6..3d378b8492 100644
--- a/examples/particles/emitters/shapeanddirection.qml
+++ b/examples/particles/emitters/shapeanddirection.qml
@@ -74,7 +74,7 @@ Rectangle {
sizeVariation: 2
endSize: 0
shape: EllipseShape {fill: false}
- speed: TargetDirection {
+ velocity: TargetDirection {
targetX: root.width/2
targetY: root.height/2
proportionalMagnitude: true
@@ -93,7 +93,7 @@ Rectangle {
sizeVariation: 2
endSize: 16
shape: EllipseShape {fill: false}
- speed: TargetDirection {
+ velocity: TargetDirection {
targetX: root.width/2
targetY: root.height/2
proportionalMagnitude: true