diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-07-31 06:30:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 13:30:19 +0300 |
commit | ffeb738afda99fca98a9c1ba7704d7f6144da70c (patch) | |
tree | abb7c18c70b56d85870d6a3e5a0f515ee0bf96ec /indra/newview/scripts/lua | |
parent | 1db2633857dfcfa52df7caa42ee5023f75f69856 (diff) |
Represent the many "LLAgent" "setCameraParams" args in an array.
This encapsulates the boilerplate associated with passing each distinct
parameter to its corresponding LLFollowCamMgr method.
Diffstat (limited to 'indra/newview/scripts/lua')
-rw-r--r-- | indra/newview/scripts/lua/test_camera_control.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/test_camera_control.lua b/indra/newview/scripts/lua/test_camera_control.lua index e7ad69b473..9b35cdf8cd 100644 --- a/indra/newview/scripts/lua/test_camera_control.lua +++ b/indra/newview/scripts/lua/test_camera_control.lua @@ -45,5 +45,5 @@ function flt:commit_reset_btn(event_data) LLAgent.setFollowCamActive(false) end -startup.wait('STATE_LOGIN_WAIT') +startup.wait('STATE_STARTED') flt:show() |