diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-02-21 17:11:33 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-02-21 17:11:33 +0200 |
commit | 32bf9c7b7a9d2b2428b052d74389ec48ccc427cf (patch) | |
tree | c0ae90a35ab3c2b617f068119a1c8f1fe304c940 /indra/newview/llfloaterluadebug.h | |
parent | 3a9d0e7fa9214b5f802dd558d1e4c7154bbadb3e (diff) |
Add the option to use clean lua_State in "Lua debug" floater
Diffstat (limited to 'indra/newview/llfloaterluadebug.h')
-rw-r--r-- | indra/newview/llfloaterluadebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterluadebug.h b/indra/newview/llfloaterluadebug.h index 69b334ae2d..7418174570 100644 --- a/indra/newview/llfloaterluadebug.h +++ b/indra/newview/llfloaterluadebug.h @@ -58,6 +58,7 @@ class LLFloaterLUADebug : private: void completion(int count, const LLSD& result); + void cleanLuaState(); LLTempBoundListener mOutConnection; |