Fix misplaced #endif

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 048966bb44
commit c117965072
  1. 2
      src/win32_window.c

@ -869,8 +869,8 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
return GLFW_FALSE;
if (!_glfwCreateContext(window, ctxconfig, fbconfig))
return GLFW_FALSE;
#endif
}
#endif // _GLFW_WGL
}
if (window->monitor)

Loading…
Cancel
Save