Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Monkeybrains on Sat 11/10/2003 19:38:28

Title: Suggestion
Post by: Monkeybrains on Sat 11/10/2003 19:38:28
I think it would be good if you could enable VSYNC in AGS games, to get rid of that annoying tearing you get when the screen scrolls.
Or it that caused by something else?
Title: Re:Suggestion
Post by: Pumaman on Sat 11/10/2003 23:21:32
Interesting point - AGS used to do vsync but I took it out when it didn't seem to have any benefits. I'll take a look at it again in relation to scrolling.
Title: Re:Suggestion
Post by: Scorpiorus on Mon 13/10/2003 22:33:36
Ah, that would be handy. I encountered that tearing effect as well when was making an arcanoid style mini game with AGS. I called RawDrawImage in repeatedly_execute for the scene drawing. Something like game.vsynch=1 would help a lot. :P

~Cheers