Hi, on the project i am working on, i have got a good fps of 60 on it but was wandering how i can get the fps to be higher than that.
fps
Blitz3D Forums/Blitz3D Programming/fps Flip (false)
thanks, can you explain why that happens when i put flip to false though?
Flip true means that the program is waiting until the screen sync has be done which means that the max FPS = max screen refresh.
ok thanks for the help :).