Formatting.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 7ab5e826dd
commit fd0f06de8a
  1. 2
      src/context.c

@ -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))
{

Loading…
Cancel
Save