diff options
-rw-r--r-- | opengl/libs/EGL/egl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index d71ec1b..7acce02 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -220,8 +220,8 @@ struct egl_context_t : public egl_object_t egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, int impl, egl_connection_t const* cnx, int version) - : dpy(dpy), context(context), read(0), draw(0), impl(impl), cnx(cnx), - version(version) + : dpy(dpy), context(context), config(config), read(0), draw(0), impl(impl), + cnx(cnx), version(version) { } EGLDisplay dpy; |