@Kotaiba wrote:
Hi, my game is running 60fps but box2d body are not moving smoothly ,
the problem is fixed after setting director->setAnimationInterval(1.0 / 60); to director->setAnimationInterval(1.0 / 120); .
Any other way to fix it other than setting the fps to 120 ??, im using 3.11And the game slow down when i pause the game and resume it . setting the fps to 120 solved all my issues ,but on some devices the game run twice fast .on other devices its running perfectly .
Posts: 1
Participants: 1