summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-17 16:45:56 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-17 16:45:56 +0100
commit0918958507c9140cca0f4026ecef210eac9aef3a (patch)
treeb301ed24f8c5f79ad204755d40ba8a5842af4dc2 /indra/newview/pipeline.cpp
parent4ab77cdb60465d655a05cf7f1e9de73867284ac1 (diff)
SL-15999 - disable various types of loading in noninteractive mode
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 6d2eafd7c0..43ae0c2e76 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -487,10 +487,10 @@ void LLPipeline::init()
{
clearAllRenderTypes();
}
- else if (gSavedSettings.getBOOL("NonInteractive"))
- {
- clearAllRenderTypes();
- }
+ //else if (gSavedSettings.getBOOL("NonInteractive"))
+// {
+ // clearAllRenderTypes();
+ //}
else
{
setAllRenderTypes(); // By default, all rendering types start enabled