1
0
Fork 0
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:
Camilla Berglund 2011-09-06 13:56:05 +02:00
parent b1656d7323
commit 39dc15f737

View File

@ -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;
} }