mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Corrected error message.
This commit is contained in:
parent
b1656d7323
commit
39dc15f737
|
@ -483,7 +483,7 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
||||||
{
|
{
|
||||||
_glfwSetError(GLFW_VERSION_UNAVAILABLE,
|
_glfwSetError(GLFW_VERSION_UNAVAILABLE,
|
||||||
"Cocoa/NSOpenGL: The targeted version of Mac OS X does "
|
"Cocoa/NSOpenGL: The targeted version of Mac OS X does "
|
||||||
"not support OpenGL version 3.3 or above");
|
"not support any OpenGL version above 2.1 except 3.2");
|
||||||
return GL_FALSE;
|
return GL_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user