Hi mates,
Has glbasic implemented some kind of frameskiping by default?
If not, how could I implement it?
Thans in advance.
Frame skipping you have to implement yourself, there are a number of posts about it in the forum.
http://www.glbasic.com/forum/index.php?topic=3384.0
Mostly we are not frameskipping, we are doing a movement relative to the framerate or similar. lower framerate, object moves further for each frame.
Thanks Moru.
My application hasn´t got a regular framerate and I need some way to adjust it.
This should do the trick. Thanks a lot.