diff --git a/source/shared_lib/sources/graphics/particle.cpp b/source/shared_lib/sources/graphics/particle.cpp index a6e519a5f..53934a61e 100644 --- a/source/shared_lib/sources/graphics/particle.cpp +++ b/source/shared_lib/sources/graphics/particle.cpp @@ -1544,7 +1544,7 @@ void ProjectileParticleSystem::update(){ } if(nextParticleSystem != NULL){ - nextParticleSystem->setVisible(true); + nextParticleSystem->setVisible(getVisible()); nextParticleSystem->setState(sPlay); nextParticleSystem->setPos(endPos); }