diff --git a/src/cocoa/cocoa_opengl.m b/src/cocoa/cocoa_opengl.m index d56afba3..7d53083d 100644 --- a/src/cocoa/cocoa_opengl.m +++ b/src/cocoa/cocoa_opengl.m @@ -64,7 +64,7 @@ void _glfwPlatformSwapInterval(int interval) int _glfwPlatformExtensionSupported(const char* extension) { - // There are no AGL, CGL or NSGL extensions. + // There are no NSGL extensions return GL_FALSE; }