disable vsync by default
This commit is contained in:
parent
362ab0e1c6
commit
48d243a11d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue