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
Post a Comment