SL-19655 BugSplat Crash: LLGLState::checkStates (2427)

master
Alexander Gavriliuk 2023-11-27 17:59:16 +01:00 committed by Guru
parent c28eb36a2c
commit a27740bbb2
1 changed files with 1 additions and 4 deletions

View File

@ -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