1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Formatting

This commit is contained in:
Camilla Berglund 2015-08-25 02:26:10 +02:00
parent 7e13a4909e
commit ba4504a9c7
2 changed files with 6 additions and 6 deletions

View File

@ -262,8 +262,8 @@ int _glfwInitContextAPI(void)
return GL_FALSE; return GL_FALSE;
} }
if (_glfwPlatformExtensionSupported("EGL_KHR_create_context")) _glfw.egl.KHR_create_context =
_glfw.egl.KHR_create_context = GL_TRUE; _glfwPlatformExtensionSupported("EGL_KHR_create_context");
return GL_TRUE; return GL_TRUE;
} }