diff options
Diffstat (limited to 'opengl/libs/GLES2_dbg/src/egl.cpp')
-rw-r--r-- | opengl/libs/GLES2_dbg/src/egl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/GLES2_dbg/src/egl.cpp b/opengl/libs/GLES2_dbg/src/egl.cpp index b3979a3..27c7f7e 100644 --- a/opengl/libs/GLES2_dbg/src/egl.cpp +++ b/opengl/libs/GLES2_dbg/src/egl.cpp @@ -19,7 +19,7 @@ EGLBoolean Debug_eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) { glesv2debugger::Message msg; - const bool expectResponse = true; + const bool expectResponse = false; struct : public FunctionCall { EGLDisplay dpy; EGLSurface draw; |