We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
setAnimationInterval - Not working on Android or WP8 - Cococs2d-x 3 rc1
setAnimationInterval - Not working on Android or WP8 - Cococs2d-x 3 rc1
Bug #4661 [Closed]
Sorry, this is a duplicate of call 4612. I can't see how to delete mine.
The only difference is that this call mentions WP8. The other call is for Android only.
Status: | Closed | |
---|---|---|
Start date: | 2014-04-02 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | android, wp8 | |
Target version: | - |
director->setAnimationInterval(1.0 / 30);
The above doesn't work on Android or WP8 in any build of Cocos2d-X 3, including RC1.
Instead of limiting the game to 30fps, it continues to run at 60fps.