diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-03-26 10:21:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 10:21:45 -0400 |
commit | 57d345a45c8cee611139c2177e635b1306be7339 (patch) | |
tree | ea670314a74d9ad82e616fd035283c86740d63fc /indra/newview/scripts/lua/test_LLGesture.lua | |
parent | 2eb6901c7c9ae87a588d99399e4b41640e4c4881 (diff) | |
parent | ac4fa418e3a7402f9d9122c726d2fbfc4b8767b2 (diff) |
Merge pull request #1045 from secondlife/lua-LL
Add LL. prefix to viewer entry points, fix existing references.
Diffstat (limited to 'indra/newview/scripts/lua/test_LLGesture.lua')
-rw-r--r-- | indra/newview/scripts/lua/test_LLGesture.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/test_LLGesture.lua b/indra/newview/scripts/lua/test_LLGesture.lua index 5c0db6c063..5897a0e3cb 100644 --- a/indra/newview/scripts/lua/test_LLGesture.lua +++ b/indra/newview/scripts/lua/test_LLGesture.lua @@ -22,7 +22,7 @@ coro.launch(function() print(name) LLGesture.startGesture(uuid) repeat - sleep(1) + LL.sleep(1) until not LLGesture.isGesturePlaying(uuid) end print('Done.') |