GL: Remove duplicate scissor disable

This commit is contained in:
wheremyfoodat
2024-07-21 23:04:44 +03:00
committed by GitHub
parent cb2448a004
commit 6399cb55e2

View File

@@ -531,7 +531,6 @@ void RendererGL::display() {
gl.disableScissor();
gl.disableBlend();
gl.disableDepth();
gl.disableScissor();
// This will work fine whether or not logic ops are enabled. We set logic op to copy instead of disabling to avoid state changes
gl.setLogicOp(GL_COPY);
gl.setColourMask(true, true, true, true);