diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2026-02-04 14:12:38 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2026-02-04 17:31:52 +0200 |
| commit | 7e37e97cee0fc30af56297089eeecb8ca807d9c2 (patch) | |
| tree | f52a8e79dd4b9fe44d70074786711495da4f3a20 /indra/newview/llpreviewscript.h | |
| parent | 37824a0b61cc28caab2454456d592671d106a343 (diff) | |
#5359 Skip SLua scripts during bulk LSL recompile
Diffstat (limited to 'indra/newview/llpreviewscript.h')
| -rw-r--r-- | indra/newview/llpreviewscript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 922a0f2a38..a85837065e 100644 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -56,6 +56,8 @@ class LLFloaterExperienceProfile; class LLScriptMovedObserver; class LLScriptEditorWSServer; +bool is_lua_script(const std::string& code); + class LLLiveLSLFile : public LLLiveFile { public: |
