Jumpy .....yet fast?

Started by
0 comments, last by Shadwdrak 24 years, 6 months ago
I can''t figure this out. My program (running in 800x600x16) is running at 60fps. I would have thought all the movement would be smooth but no. When moving my images on the screen they move kinda jerky. I''m not using any sort of timer to control the frame rate (yet), and the frame rate never drops below 60. Any idea what could be causing the jerky movement? -Shadwdrak
Advertisement
This is a common probly caused by win16 mutex locks. The only way I know how to fix it is by changing the priotiry class of your program.

use: SetPriorityClass(process handle, priority);

If someone knows a better way, for god''s sake post it.

This topic is closed to new replies.

Advertisement