mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 13:35:07 +00:00
Cleanup
[ci skip]
This commit is contained in:
parent
ce161c2c02
commit
69e351b44a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
|
|||
if (ctxconfig->major == 3 && ctxconfig->minor < 2)
|
||||
{
|
||||
_glfwInputError(GLFW_VERSION_UNAVAILABLE,
|
||||
"NSGL: The targeted version of macOS does not support OpenGL 3.0 or 3.1 (but may support 3.3 and above)");
|
||||
"NSGL: The targeted version of macOS does not support OpenGL 3.0 or 3.1 but may support 3.3 and above");
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue