diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-09 19:43:21 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-09 19:43:21 -0500 |
commit | 03d85bfb33f53e658256d8bedcf0b4262226cf90 (patch) | |
tree | 9de858b1d367fc02725c735d404d7bfec4471847 /indra/newview/pipeline.cpp | |
parent | bc85cc300d32c543ab80204a9b2fcf54b4b11935 (diff) |
SL-17573 Add "dynamic" checkbox, also followup on SL-17551 and do "Select Invisible Objects" checkbox instead of "Select Reflection Probes"
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 20a21a685c..28dc3781ba 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -6734,15 +6734,6 @@ void LLPipeline::toggleRenderType(U32 type) //static void LLPipeline::toggleRenderTypeControl(U32 type) { - U32 bit = (1<<type); - if (gPipeline.hasRenderType(type)) - { - LL_INFOS() << "Toggling render type mask " << std::hex << bit << " off" << std::dec << LL_ENDL; - } - else - { - LL_INFOS() << "Toggling render type mask " << std::hex << bit << " on" << std::dec << LL_ENDL; - } gPipeline.toggleRenderType(type); } |