diff --git a/src/items/swatter.cpp b/src/items/swatter.cpp index e6562fc69..8e398d267 100644 --- a/src/items/swatter.cpp +++ b/src/items/swatter.cpp @@ -278,7 +278,7 @@ bool Swatter::updateAndTestFinished() // Start squashing m_animation_phase = SWATTER_TO_TARGET; m_swatter_animation_ticks = - m_attachment->getTicksLeft() - stk_config->time2Ticks(0.167f); + m_attachment->getTicksLeft() - stk_config->time2Ticks(0.166666672f); } } break;