aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles/particlesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/particles/particlesystem.cpp')
-rw-r--r--src/imports/particles/particlesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/particles/particlesystem.cpp b/src/imports/particles/particlesystem.cpp
index f89eda4aaf..0c9180c2d8 100644
--- a/src/imports/particles/particlesystem.cpp
+++ b/src/imports/particles/particlesystem.cpp
@@ -67,7 +67,7 @@ ParticleData::ParticleData()
}
ParticleSystem::ParticleSystem(QSGItem *parent) :
- QSGItem(parent), m_particle_count(0), m_running(true) , m_startTime(0), m_overwrite(true)
+ QSGItem(parent), m_particle_count(0), m_running(true) , m_startTime(0), m_overwrite(false)
{
m_groupIds = QHash<QString, int>();
}