commit | 3af1a1f514fecc173cebb587d4cd659753fa2e1e | [log] [tgz] |
---|---|---|
author | Camilla Löwy <elmindreda@elmindreda.org> | Tue Feb 20 16:26:01 2024 +0100 |
committer | Camilla Löwy <elmindreda@elmindreda.org> | Tue Feb 20 23:50:30 2024 +0100 |
tree | 1cd4abe6441cab6920f30919ed9e3e66528eb921 | |
parent | a7c3e959807dbbb70c5a336b929b27cf24ed5722 [diff] |
NSGL: ANGLE exists (cherry picked from commit 8f2f766f0d2ed476c03a2ae02e48ac41a9602b03)
diff --git a/src/nsgl_context.m b/src/nsgl_context.m index e984cae..e581b6f 100644 --- a/src/nsgl_context.m +++ b/src/nsgl_context.m
@@ -161,7 +161,7 @@ if (ctxconfig->client == GLFW_OPENGL_ES_API) { _glfwInputError(GLFW_API_UNAVAILABLE, - "NSGL: OpenGL ES is not available on macOS"); + "NSGL: OpenGL ES is not available via NSGL"); return GLFW_FALSE; }