Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw

master
Camilla Berglund ago%!(EXTRA string=15 years)
commit 65c5e74348
  1. 2
      src/win32/win32_window.c

@ -1318,7 +1318,7 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
{
if (!window->WGL.has_WGL_ARB_create_context)
{
_glfwSetError(GLFW_UNAVAILABLE_VERSION);
_glfwSetError(GLFW_VERSION_UNAVAILABLE);
return GL_FALSE;
}

Loading…
Cancel
Save