diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-29 19:47:23 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-29 19:47:23 +0100 |
commit | 9561e986ce879833def4243700971fc53bd878d4 (patch) | |
tree | a456dd2afcbe354608af129cb9bef253c717f929 /indra | |
parent | 19154bec157a4e05c8b988531e84095a8124d3ec (diff) |
SL-15999 - force multiple viewers support for noninteractive mode
Diffstat (limited to 'indra')
-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 e1fbbf6ce5..41a83a1484 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2758,6 +2758,7 @@ bool LLAppViewer::initConfiguration() if (gNonInteractive) { + tempSetControl("AllowMultipleViewers", "TRUE"); tempSetControl("SLURLPassToOtherInstance", "FALSE"); tempSetControl("RenderWater", "FALSE"); tempSetControl("FlyingAtExit", "FALSE"); |