Fix no-GLES-on-NSGL error type and description

This commit is contained in:
Camilla Berglund 2015-08-09 13:37:27 +02:00
parent f6defeff5d
commit 90adbe0451

View File

@ -67,8 +67,8 @@ int _glfwCreateContext(_GLFWwindow* window,
if (ctxconfig->api == GLFW_OPENGL_ES_API)
{
_glfwInputError(GLFW_VERSION_UNAVAILABLE,
"NSGL: This API does not support OpenGL ES");
_glfwInputError(GLFW_API_UNAVAILABLE,
"NSGL: OpenGL ES is not available on OS X");
return GL_FALSE;
}