mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
disable vsync by default
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user