From ed336b210c57eaab65481001a50b13582eb30f5b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 4 Mar 2011 14:29:05 +0100 Subject: [PATCH] Comment tweak. --- src/cocoa/cocoa_opengl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }