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

Commit f3c2eb79 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am d6344d76: Merge "Work around a possible driver bug Bug #7296475" into jb-mr1-dev

* commit 'd6344d76':
  Work around a possible driver bug Bug #7296475
parents edc3f3f3 d6344d76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -418,6 +418,7 @@ bool Caches::enableScissor() {
    if (!scissorEnabled) {
        glEnable(GL_SCISSOR_TEST);
        scissorEnabled = true;
        resetScissor();
        return true;
    }
    return false;