diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-03-26 22:27:53 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-03-26 22:27:53 +0200 |
commit | 7a22e159708e366edaeba2d4284b4a75c0a9d19b (patch) | |
tree | 3ed34ebf3895397c5b601e75447be30908fa85cb /indra/newview/scripts/lua/test_LLGesture.lua | |
parent | 24a7842b9b08dc5cfb89fe36e5ebcd9c2598fa44 (diff) | |
parent | 31f1988fb592352cf4c4730d482c9f451cc51da2 (diff) |
Merge branch 'release/luau-scripting' into luau-keystroke
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.') |