mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 22:15:06 +00:00
Removed superfluous (and crash-inducing) initWGLExtensions call.
This commit is contained in:
parent
65c5e74348
commit
ffba674dbf
1 changed files with 0 additions and 3 deletions
|
@ -1308,9 +1308,6 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
|||
_glfwLibrary.Win32.monitor.modeChanged = GL_TRUE;
|
||||
}
|
||||
|
||||
// This call only clears the WGL extension member variables
|
||||
initWGLExtensions(window);
|
||||
|
||||
if (!createWindow(window, wndconfig, fbconfig))
|
||||
return GL_FALSE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue