mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Removed superfluous (and crash-inducing) initWGLExtensions call.
This commit is contained in:
@@ -1308,9 +1308,6 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
|||||||
_glfwLibrary.Win32.monitor.modeChanged = GL_TRUE;
|
_glfwLibrary.Win32.monitor.modeChanged = GL_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This call only clears the WGL extension member variables
|
|
||||||
initWGLExtensions(window);
|
|
||||||
|
|
||||||
if (!createWindow(window, wndconfig, fbconfig))
|
if (!createWindow(window, wndconfig, fbconfig))
|
||||||
return GL_FALSE;
|
return GL_FALSE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user