aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml')
-rw-r--r--tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml b/tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml
index 5678fa400e..25aa7946a6 100644
--- a/tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml
+++ b/tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml
@@ -86,7 +86,7 @@ Item {
}
anchors.fill: parent
- speed: TargetDirection{targetX: block.width/2; targetY: block.height/2; magnitude: -60; magnitudeVariation: 60}
+ velocity: TargetDirection{targetX: block.width/2; targetY: block.height/2; magnitude: -60; magnitudeVariation: 60}
shape: EllipseShape{fill:true}
enabled: false;
lifeSpan: 700; lifeSpanVariation: 100