#33684 - jenswa - Thu Jan 06, 2005 8:44 pm
The question simple,
should i move my sprites before waitforvsync or should i move them after the waitforvsync is over?
Like this
or
These code is within the main loop of my program.
thanks
Jenswa[/code]
_________________
It seems this wasn't lost after all.
should i move my sprites before waitforvsync or should i move them after the waitforvsync is over?
Like this
Code: |
Movesprites();
WaitForVsync(); |
or
Code: |
WaitForVsync();
Movesprites(); |
These code is within the main loop of my program.
thanks
Jenswa[/code]
_________________
It seems this wasn't lost after all.