disable vsync by default

This commit is contained in:
Eduardo Bart 2012-06-07 00:49:40 -03:00
parent 362ab0e1c6
commit 48d243a11d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Options = {}
local optionsWindow local optionsWindow
local optionsButton local optionsButton
local optionsTabBar local optionsTabBar
local options = { vsync = true, local options = { vsync = false,
showfps = true, showfps = true,
fullscreen = false, fullscreen = false,
classicControl = false, classicControl = false,