diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-17 16:45:56 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-09-17 16:45:56 +0100 |
commit | 0918958507c9140cca0f4026ecef210eac9aef3a (patch) | |
tree | b301ed24f8c5f79ad204755d40ba8a5842af4dc2 /indra/newview/pipeline.cpp | |
parent | 4ab77cdb60465d655a05cf7f1e9de73867284ac1 (diff) |
SL-15999 - disable various types of loading in noninteractive mode
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 8 |
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 |