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

Commit f12f1550 authored by Jesse Hall's avatar Jesse Hall Committed by Android Git Automerger
Browse files

am 1834f8ea: GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXT

* commit '1834f8ea':
  GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXT
parents d7702163 1834f8ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ status_t GLConsumer::checkAndUpdateEglStateLocked(bool contextCheck) {
        if (mEglDisplay == EGL_NO_DISPLAY) {
            mEglDisplay = dpy;
        }
        if (mEglContext == EGL_NO_DISPLAY) {
        if (mEglContext == EGL_NO_CONTEXT) {
            mEglContext = ctx;
        }
    }