mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Set ENABLE_UTF8_SUPPORT to false
This commit is contained in:
parent
0c91c05caf
commit
28e6b8adcd
2
init.lua
2
init.lua
@ -23,7 +23,7 @@ loveframes.config["ACTIVESKIN"] = "Blue"
|
||||
loveframes.config["INDEXSKINIMAGES"] = true
|
||||
loveframes.config["DEBUG"] = false
|
||||
loveframes.config["ENABLE_SYSTEM_CURSORS"] = true
|
||||
loveframes.config["ENABLE_UTF8_SUPPORT"] = true
|
||||
loveframes.config["ENABLE_UTF8_SUPPORT"] = false
|
||||
|
||||
-- misc library vars
|
||||
loveframes.state = "none"
|
||||
|
Loading…
Reference in New Issue
Block a user