We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
SetAnimationInterval function is invalid on android deviece
SetAnimationInterval function is invalid on android deviece
Bug #4612 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8392
Status: | Closed | |
---|---|---|
Start date: | 2014-03-31 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | - | |
Target version: | - |
The following function is invalid on android device, the android device still shows "60 fps".
Director::getInstance()->setAnimationInterval(1.0 / 30);