1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Comment tweak.

This commit is contained in:
Camilla Berglund 2011-03-04 14:29:05 +01:00
parent aae8999ecf
commit ed336b210c

View File

@ -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;
}