disable vsync by default

master
Eduardo Bart 12 years ago
parent 362ab0e1c6
commit 48d243a11d

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

Loading…
Cancel
Save