Updated EGL config error message.

This commit is contained in:
Camilla Berglund 2013-01-16 19:48:43 +01:00
parent a8ea120cae
commit 6107170ebb

View File

@ -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;
} }
} }