mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Update touch control
This commit is contained in:
@@ -32,7 +32,7 @@ local _defaultSettings = {
|
||||
}
|
||||
|
||||
SETTINGS = setmetatable(
|
||||
{},
|
||||
{__default__ = _defaultSettings},
|
||||
{
|
||||
__index = function(_, k)
|
||||
if _settings[k] == nil then
|
||||
|
||||
Reference in New Issue
Block a user