aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgimageparticle.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-09-22 17:29:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-23 03:50:16 +0200
commit100c9cec71b5f751acd202d5181bdef3a80eb140 (patch)
tree7a5705752887aee53c65e6ec63f04de797a9fc7a /src/declarative/particles/qsgimageparticle.cpp
parent3af0f98a79f223988854e313c198f5fdf3ff5e3b (diff)
Use m_pleaseReset more consistently
Everyone had their own, and so they could conflict or be randomly un-initialized. Change-Id: Ife2c5d9972b881235e4d3a5e2a33979174de2fbc Reviewed-on: http://codereview.qt-project.org/5370 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/particles/qsgimageparticle.cpp')
-rw-r--r--src/declarative/particles/qsgimageparticle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgimageparticle.cpp b/src/declarative/particles/qsgimageparticle.cpp
index 872624ee51..8579bfb302 100644
--- a/src/declarative/particles/qsgimageparticle.cpp
+++ b/src/declarative/particles/qsgimageparticle.cpp
@@ -634,7 +634,6 @@ void fillUniformArrayFromImage(float* array, const QImage& img, int size)
QSGImageParticle::QSGImageParticle(QSGItem* parent)
: QSGParticlePainter(parent)
- , m_do_reset(false)
, m_color_variation(0.0)
, m_rootNode(0)
, m_material(0)