mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 01:00:38 +00:00
Updated EGL config error message.
This commit is contained in:
parent
a8ea120cae
commit
6107170ebb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue