mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Corrected error message.
This commit is contained in:
+1
-1
@@ -483,7 +483,7 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
||||
{
|
||||
_glfwSetError(GLFW_VERSION_UNAVAILABLE,
|
||||
"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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user