aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/imageparticle/rotation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/imageparticle/rotation.qml')
-rw-r--r--examples/particles/imageparticle/rotation.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/imageparticle/rotation.qml b/examples/particles/imageparticle/rotation.qml
index 3a75c379ed..34e063b1f5 100644
--- a/examples/particles/imageparticle/rotation.qml
+++ b/examples/particles/imageparticle/rotation.qml
@@ -58,7 +58,7 @@ Rectangle {
emitRate: 10
size: 200
lifeSpan: 10000
- speed: AngleDirection {angleVariation: 360; magnitudeVariation: 100;}
+ velocity: AngleDirection {angleVariation: 360; magnitudeVariation: 100;}
}
MouseArea {