summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-28 20:10:06 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-28 20:10:06 +0100
commita184a0fbeea8a9dea855dc6e4fd29d81803fa738 (patch)
treeb44e1523c8d33eafc8a43c4a30830b580122c9b8 /indra/newview/llappviewer.cpp
parent502d37913d3df8abb4e8e103c446e24ded2996a6 (diff)
SL-15999 - noninteractive mode: create minimal objects,load no textures
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index fb69f46bc5..1f59134679 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2759,6 +2759,8 @@ bool LLAppViewer::initConfiguration()
if (gNonInteractive)
{
tempSetControl("SLURLPassToOtherInstance", "FALSE");
+ tempSetControl("RenderWater", "FALSE");
+ tempSetControl("FlyingAtExit", "FALSE");
llassert_always(!gSavedSettings.getBOOL("SLURLPassToOtherInstance"));
}