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