YouGroove Posted February 11, 2014 Share Posted February 11, 2014 Just published a level of my game to test. I got some "tearing". Would it be possible to have some "vertical synchronization" option in video tab some day ? Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Rastar Posted February 11, 2014 Share Posted February 11, 2014 I am not sure what you mean by "video tab"... in the editor, there is an option under Tools->Options, the behavior during run-time is controlled via the vwait flag of Context:Sync() Quote Link to comment Share on other sites More sharing options...
YouGroove Posted February 11, 2014 Author Share Posted February 11, 2014 It is not possible to call at App.lua start some VerticlaSynch() function one time only ? Quote Stop toying and make games Link to comment Share on other sites More sharing options...
DudeAwesome Posted February 13, 2014 Share Posted February 13, 2014 if vsync_enabled then Context:Sync(true) else Context:Sync(false) end void function setVsync(bool value){ vsync_enabled = value } should work this way? 1 Quote It doesn´t work... why? mhmmm It works... why? Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.