Removed superfluous (and crash-inducing) initWGLExtensions call.

This commit is contained in:
Camilla Berglund 2010-10-12 23:54:11 +02:00
parent 65c5e74348
commit ffba674dbf

View File

@ -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;