aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/imageparticle/deformation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/imageparticle/deformation.qml')
-rw-r--r--examples/declarative/particles/imageparticle/deformation.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/particles/imageparticle/deformation.qml b/examples/declarative/particles/imageparticle/deformation.qml
index 3787b1e402..989a699395 100644
--- a/examples/declarative/particles/imageparticle/deformation.qml
+++ b/examples/declarative/particles/imageparticle/deformation.qml
@@ -60,7 +60,6 @@ Rectangle {
groups: ["goingDown"]
source: "../images/squarefacespriteXX.png"
yVector: PointDirection { y: 0.5; yVariation: 0.25; xVariation: 0.25; }
- rotation: 180
}
Timer {