mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +00: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