mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
GL: Remove duplicate scissor disable
This commit is contained in:
parent
cb2448a004
commit
6399cb55e2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue