i want that my game always works at the same 'speed'.
i think have limited the fps to 60 just by using : Graphics 1024,768,32, 60. When i display the fps into my game have 59-60FPS. *
Is it a good method or is it better to use
Graphics 1024,768,32, 75 and next use an fps limiter code set to 60 fps ? (If this is better where to find an example)
(*) note that i've tried to set the graphics parameter to 75, i've 74-75 fps displayed into the game)
Thanks for your help !
i think have limited the fps to 60 just by using : Graphics 1024,768,32, 60. When i display the fps into my game have 59-60FPS. *
Is it a good method or is it better to use
Graphics 1024,768,32, 75 and next use an fps limiter code set to 60 fps ? (If this is better where to find an example)
(*) note that i've tried to set the graphics parameter to 75, i've 74-75 fps displayed into the game)
Thanks for your help !