Formatting.

This commit is contained in:
Camilla Berglund 2012-12-13 17:22:19 +01:00
parent 7ab5e826dd
commit fd0f06de8a

View File

@ -427,7 +427,7 @@ GLboolean _glfwRefreshContextParams(void)
// Read back OpenGL context profile
{
window->glProfile = 0;
window->glProfile = GLFW_OPENGL_NO_PROFILE;
if (window->glMajor > 3 || (window->glMajor == 3 && window->glMinor >= 2))
{