aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickfriction/data/threshold.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qquickfriction/data/threshold.qml')
-rw-r--r--tests/auto/particles/qquickfriction/data/threshold.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/particles/qquickfriction/data/threshold.qml b/tests/auto/particles/qquickfriction/data/threshold.qml
index 60386f9f24..01320f35c5 100644
--- a/tests/auto/particles/qquickfriction/data/threshold.qml
+++ b/tests/auto/particles/qquickfriction/data/threshold.qml
@@ -58,13 +58,13 @@ Rectangle {
}
Friction {
- factor: 1000 //speed limit 50
+ factor: 1000 //velocity limit 50
threshold: 50
}
Emitter{
//0,0 position
- speed: PointDirection{x:1000}
+ velocity: PointDirection{x:1000}
size: 32
emitRate: 1000
lifeSpan: 500