diff --git a/src/items/attachment.cpp b/src/items/attachment.cpp index 39a7d9a6e..6490ade03 100644 --- a/src/items/attachment.cpp +++ b/src/items/attachment.cpp @@ -571,8 +571,7 @@ void Attachment::updateGraphics(float dt) break; } // switch(type) - if (UserConfigParams::m_particles_effects < 2 && - m_type != ATTACH_NOTHING) + if (m_type != ATTACH_NOTHING) { m_node->setAnimationSpeed(0); m_node->setCurrentFrame(0);