mirror of https://github.com/axmolengine/axmol.git
Fix set FPS broken.
This commit is contained in:
parent
48d3e8e334
commit
0d9fe874a3
|
@ -1076,6 +1076,8 @@ void DisplayLinkDirector::startAnimation()
|
||||||
}
|
}
|
||||||
|
|
||||||
_invalid = false;
|
_invalid = false;
|
||||||
|
|
||||||
|
Application::getInstance()->setAnimationInterval(_animationInterval);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DisplayLinkDirector::mainLoop()
|
void DisplayLinkDirector::mainLoop()
|
||||||
|
|
Loading…
Reference in New Issue