ios - How to set setAnimationInterval in cocos2d-x for android? -


i porting cocos2d ios game android game using cocos2d-x. now, have problem. in original game, used [pdirector setanimationinterval:1.0 / 240]; so, have implemented following such pdirector->setanimationinterval(1.0 / 240); doesn't work correctly. please solve issue. thanks.

this due fact fps on android systems cannot controlled. take @ issue on github here.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -