diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-05-07 13:10:00 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-05-07 13:12:39 +0300 |
commit | cec3b8d870085925cd0c9fb900b7d5e4629bcbfd (patch) | |
tree | 5e0af7909b62f6ca0ed01056366aafed8ed57753 /indra/newview/scripts | |
parent | 51e86a0eff4e919075b32c498305add577450111 (diff) |
Copy xml files to scripts/lua; make Lua debug floater resizable
Diffstat (limited to 'indra/newview/scripts')
-rw-r--r-- | indra/newview/scripts/lua/LLDebugSettings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/LLDebugSettings.lua b/indra/newview/scripts/lua/LLDebugSettings.lua index c809dfff91..c1d74fe00a 100644 --- a/indra/newview/scripts/lua/LLDebugSettings.lua +++ b/indra/newview/scripts/lua/LLDebugSettings.lua @@ -1,6 +1,6 @@ leap = require 'leap' -function check_response(res) +local function check_response(res) if res.error then error(res.error) end |