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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);