diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-12-06 10:33:49 -0600 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-12-06 10:33:49 -0600 |
commit | b4f6c5e2e8a9b29bc5ae9ed60df35321befaf834 (patch) | |
tree | 8fd4ac0750fb4f18407b585927c7b542db4a8c3b /indra/newview/pipeline.cpp | |
parent | d05b80817b4c7ada2b3934f0d8c814fc67c50c8e (diff) | |
parent | a27740bbb2da04b14016de1398178df4fb970bcd (diff) |
Merge branch 'DRTVWR-596' of github.com:secondlife/viewer into DRTVWR-596
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 8c3cf09098..2e55b65c82 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3821,10 +3821,7 @@ void LLPipeline::renderGeomDeferred(LLCamera& camera, bool do_occlusion) poolp->endDeferredPass(i); LLVertexBuffer::unbind(); - if (gDebugGL || gDebugPipeline) - { - LLGLState::checkStates(); - } + LLGLState::checkStates(); } } else |