diff options
Diffstat (limited to 'egl_1_4/37MakeCurrent.c')
-rwxr-xr-x | egl_1_4/37MakeCurrent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/egl_1_4/37MakeCurrent.c b/egl_1_4/37MakeCurrent.c index bb18f1f..ca0e3d7 100755 --- a/egl_1_4/37MakeCurrent.c +++ b/egl_1_4/37MakeCurrent.c @@ -281,5 +281,6 @@ EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, if (pPrevious != NULL && pPrevious->deleted && pPrevious != pContext) EGLINTER(FreeContext)(pPrevious); + EGLINTER(SetError)(EGL_SUCCESS); return EGL_TRUE; } |