mirror of https://github.com/axmolengine/axmol.git
Fixed logical error in TestChangeAnimationInternal::onExit.
This commit is contained in:
parent
fce85e08f9
commit
d583dcc0f0
|
@ -1464,6 +1464,7 @@ void TestChangeAnimationInternal::onEnter()
|
|||
void TestChangeAnimationInternal::onExit()
|
||||
{
|
||||
Director::getInstance()->setAnimationInterval(1/60.0f);
|
||||
ArmatureTestLayer::onExit();
|
||||
}
|
||||
std::string TestChangeAnimationInternal::title() const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue