i dont see auto sync in the help.what are you typing about???
this is my display code:
autocam off
set display mode 640,480,32 : set window on
set window layout 0,0,0
set window size 640,480 : set window position 200,100
color backdrop 0
sync rate 0
sync on
i also have this at the end of my main do loop
but when i change the display code to:
autocam off
set display mode 640,480,32 : set window on
set window layout 0,0,0
set window size 640,480 : set window position 200,100
color backdrop 0
sync off
& remove sync from the end of the do loop,my fps goes up about 30!
i think im going to give the player the option to turn this on/off at the start of the program,but by default im leaving it off.
especially since my cpu & graphics fan are
silent when i have sync off!