Tagged Questions
1
vote
4answers
1k views
Make the game run 60 fps in Irrlicht Engine
I want my game run at 60 fps, but i don't know where to start, i have the simple loop:
while(device->run()){
How do i lock the fps to 60?