Oops, I left a bit being set when it shouldn't have been.

This commit is contained in:
Ryan Houdek 2013-12-12 22:35:05 +00:00
parent 09680ccee6
commit d7be993889

View File

@ -51,8 +51,6 @@ bool cInterfaceEGL::Create(void *&window_handle)
EGL_RED_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_BLUE_SIZE, 8,
// EGL_RENDERABLE_TYPE, (1 << 6) /* EGL_OPENGL_ES3_BIT */,
EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT,
EGL_NONE };
EGLint ctx_attribs[] = {