From d583dcc0f0d65ab03d12919d1ff8359fcbf020d2 Mon Sep 17 00:00:00 2001 From: Dhilan007 Date: Thu, 10 Apr 2014 16:48:51 +0800 Subject: [PATCH] Fixed logical error in TestChangeAnimationInternal::onExit. --- .../ExtensionsTest/CocoStudioArmatureTest/ArmatureScene.cpp | 1 + 1 file changed, 1 insertion(+) 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 {