diff --git a/tests/cpp-tests/Classes/ExtensionsTest/CocoStudioArmatureTest/ArmatureScene.cpp b/tests/cpp-tests/Classes/ExtensionsTest/CocoStudioArmatureTest/ArmatureScene.cpp index 0d37c0284d..bff720784c 100644 --- a/tests/cpp-tests/Classes/ExtensionsTest/CocoStudioArmatureTest/ArmatureScene.cpp +++ b/tests/cpp-tests/Classes/ExtensionsTest/CocoStudioArmatureTest/ArmatureScene.cpp @@ -1464,6 +1464,7 @@ void TestChangeAnimationInternal::onEnter() void TestChangeAnimationInternal::onExit() { Director::getInstance()->setAnimationInterval(1/60.0f); + ArmatureTestLayer::onExit(); } std::string TestChangeAnimationInternal::title() const {