1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

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)
{
_glfwInputError(GLFW_PLATFORM_ERROR,
"EGL: Failed to retrieve the selected EGLConfig");
"EGL: Failed to find a suitable EGLConfig");
return GL_FALSE;
}
}