diff --git a/src/egl_context.c b/src/egl_context.c index 5caa99627..a4429e844 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -419,7 +419,7 @@ GLFWbool _glfwInitEGL(void) eglGetProcAddress("eglQueryDevicesEXT"); _glfw.egl.GetPlatformDisplayEXT = (PFN_eglGetPlatformDisplayEXT) eglGetProcAddress("eglGetPlatformDisplayEXT"); - + if (!_glfw.egl.QueryDevicesEXT || !_glfw.egl.GetPlatformDisplayEXT) {