aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgimageparticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgimageparticle.cpp')
-rw-r--r--src/declarative/particles/qsgimageparticle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/particles/qsgimageparticle.cpp b/src/declarative/particles/qsgimageparticle.cpp
index 007cfb98db..581024d578 100644
--- a/src/declarative/particles/qsgimageparticle.cpp
+++ b/src/declarative/particles/qsgimageparticle.cpp
@@ -629,11 +629,11 @@ QSGImageParticle::QSGImageParticle(QSGItem* parent)
, m_blueVariation(0.0)
, m_rotation(0)
, m_autoRotation(false)
- , m_xVector(0)
- , m_yVector(0)
, m_rotationVariation(0)
, m_rotationSpeed(0)
, m_rotationSpeedVariation(0)
+ , m_xVector(0)
+ , m_yVector(0)
, m_spriteEngine(0)
, m_bloat(false)
, perfLevel(Unknown)