From ffba674dbf221b7a39f39777427b28c2a7ac489f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Oct 2010 23:54:11 +0200 Subject: [PATCH] Removed superfluous (and crash-inducing) initWGLExtensions call. --- src/win32/win32_window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c index 702ebd02..059faa4b 100644 --- a/src/win32/win32_window.c +++ b/src/win32/win32_window.c @@ -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;