From e848835d198919d6b4f765bcd1260e0711a29e5d Mon Sep 17 00:00:00 2001 From: Benau Date: Thu, 7 Mar 2019 16:07:09 +0800 Subject: [PATCH] Fix stutter bomb animation --- src/items/attachment.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);