summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-11-27 17:59:16 +0100
committerGuru <alexandrgproductengine@lindenlab.com>2023-12-06 02:58:21 +0100
commita27740bbb2da04b14016de1398178df4fb970bcd (patch)
treeff6422654476346f8ecfb536170dda9671ffd7a5 /indra
parentc28eb36a2c09f31f491676c8548dfa1c19277ce2 (diff)
SL-19655 BugSplat Crash: LLGLState::checkStates (2427)
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/pipeline.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index bf4f0083ff..f8812d9750 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