Page 2 of 2

Posted: Fri May 04, 2007 9:12 pm
by pcmattman
A game I wrote went at > 500 FPS when things were moving :D

I just couldn't figure out how to make it delay for x amount of milliseconds before it drew the next frame, so it was drawing via a while loop (now I'd use the Windows API - WM_TIMER message).