[Resolved] Setting animation interval doesn't get into effect. It's always 60FPS

I try to set animation interval via the following code in AppDelegate.js

// set FPS. the default value is 1.0/60 if you don't call this pDirector.setAnimationInterval(1.0 / 30);

The comment is already there, and not from me.
I tried 1.0/25 and 1.0/30 and the result still close to 60 FPS as shown on the screen.

What do I need to do to change the FPS to arbitrary one ?

Exactly ! Thanks so much Konstantin S !

I fixed it. Thanks.

Thanks Shun Lin.