mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6220 from Dhilan007/develop
Fixed logical error in TestChangeAnimationInternal::onExit.
This commit is contained in:
commit
9c07ca5722
|
@ -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