mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
use GLSL shaders
This commit is contained in:
@@ -7,7 +7,7 @@ local vsyncEnabled = false
|
||||
|
||||
function getConfig(name, default)
|
||||
if g_configs.exists(name) then
|
||||
local val = string.trim(g_configs.get(name))
|
||||
local val = g_configs.get(name):trim()
|
||||
if val == 'true' or val == 'false' then
|
||||
return toboolean(val)
|
||||
else
|
||||
|
Reference in New Issue
Block a user