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

Commit 55b92656 authored by Brian Harris's avatar Brian Harris Committed by Steve Kondik
Browse files

Fix incorrect name in eglSwapBuffers log wrapper

Change-Id: Ica8bae5540e51ce96ab35523049d61a9c621a2da
parent c3e111af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ class EGLLogWrapper implements EGL11 {
    }

    public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) {
        begin("eglInitialize");
        begin("eglSwapBuffers");
        arg("display", display);
        arg("surface", surface);
        end();