mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Updated EGL config error message.
This commit is contained in:
parent
a8ea120cae
commit
6107170ebb
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user