Fix stutter bomb animation

This commit is contained in:
Benau 2019-03-07 16:07:09 +08:00
parent 4821b66520
commit e848835d19

View File

@ -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);