aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgcustomparticle.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/qsgcustomparticle.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/qsgcustomparticle.cpp')
-rw-r--r--src/declarative/particles/qsgcustomparticle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgcustomparticle.cpp b/src/declarative/particles/qsgcustomparticle.cpp
index 174942d7ff..5d1c605122 100644
--- a/src/declarative/particles/qsgcustomparticle.cpp
+++ b/src/declarative/particles/qsgcustomparticle.cpp
@@ -130,7 +130,6 @@ struct PlainVertices {
QSGCustomParticle::QSGCustomParticle(QSGItem* parent)
: QSGParticlePainter(parent)
- , m_pleaseReset(true)
, m_dirtyData(true)
, m_material(0)
, m_rootNode(0)