mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Updated EGL config error message.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user