Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dcf325b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "Fix stencil buffer bug.""

parents e89bab6c 46d5466b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1753,10 +1753,6 @@ void OpenGLRenderer::setupDraw(bool clear) {
            setScissorFromClip();
        }
        setStencilFromClip();
    } else {
        // Disable stencil test in case setStencilFromClip()
        // enabled the stencil test but didn't disable it
        glDisable(GL_STENCIL_TEST);
    }

    mDescription.reset();