diff --git a/src/MenuLayer.cpp b/src/MenuLayer.cpp index 1908bf6..a1ae2e0 100644 --- a/src/MenuLayer.cpp +++ b/src/MenuLayer.cpp @@ -81,7 +81,7 @@ void HookedMenuLayer::runEnterGameplayAnimations() { // gets all children and if they should be moved figures out where they // should move to and stores it in (std::map)m_fields->movedNodeMovements for (auto& child : geode::cocos::CCArrayExt(getChildren())) { - if (child->getZOrder() < m_fields->ninjaSwipeLayer->getZOrder()) continue; + if (child->getZOrder() <= m_fields->ninjaSwipeLayer->getZOrder()) continue; // get side + move dist cocos2d::CCPoint movement;