diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-21 17:01:57 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-21 17:01:57 +0100 |
commit | a0157baf08ab5a4ac3f667520e18a796a11b9ad7 (patch) | |
tree | 56033bc90dbad0f6568c2c650afe1f3b6917a679 /indra/newview/llappviewer.cpp | |
parent | 9bb566ea26c7fd5d93b5b42a9ee3f4aba92ebf7a (diff) |
SL-15999 - try to force non-interactive agents to always start out standing
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index eab91f5d02..b6446e40ac 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2440,6 +2440,7 @@ namespace } // anonymous namespace // Set a named control temporarily for this session, as when set via the command line --set option. +// Name can be specified as "<control_group>.<control_name>", with default group being Global. bool tempSetControl(const std::string& name, const std::string& value) { std::string name_part; |