Updated EGL config error message.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent a8ea120cae
commit 6107170ebb
  1. 2
      src/egl_context.c

@ -150,7 +150,7 @@ int _glfwCreateContext(_GLFWwindow* window,
if (!count) if (!count)
{ {
_glfwInputError(GLFW_PLATFORM_ERROR, _glfwInputError(GLFW_PLATFORM_ERROR,
"EGL: Failed to retrieve the selected EGLConfig"); "EGL: Failed to find a suitable EGLConfig");
return GL_FALSE; return GL_FALSE;
} }
} }

Loading…
Cancel
Save