Comment tweak.

This commit is contained in:
Camilla Berglund 2011-03-04 14:29:05 +01:00
parent aae8999ecf
commit ed336b210c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void _glfwPlatformSwapInterval(int interval)
int _glfwPlatformExtensionSupported(const char* extension) int _glfwPlatformExtensionSupported(const char* extension)
{ {
// There are no AGL, CGL or NSGL extensions. // There are no NSGL extensions
return GL_FALSE; return GL_FALSE;
} }