aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/affectors/content/friction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/affectors/content/friction.qml')
-rw-r--r--examples/particles/affectors/content/friction.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/affectors/content/friction.qml b/examples/particles/affectors/content/friction.qml
index 951ffae2d3..bed1cf2a33 100644
--- a/examples/particles/affectors/content/friction.qml
+++ b/examples/particles/affectors/content/friction.qml
@@ -56,7 +56,7 @@ Item {
emitRate: 4
lifeSpan: 14000
size: 80
- speed: PointDirection { y: 160; yVariation: 80; xVariation: 20 }
+ velocity: PointDirection { y: 160; yVariation: 80; xVariation: 20 }
}
ImageParticle {