diff --git a/Source/OpenTK/Platform/Windows/WinGLNative.cs b/Source/OpenTK/Platform/Windows/WinGLNative.cs index 6e17269b..18653f23 100644 --- a/Source/OpenTK/Platform/Windows/WinGLNative.cs +++ b/Source/OpenTK/Platform/Windows/WinGLNative.cs @@ -362,8 +362,8 @@ namespace OpenTK.Platform.Windows //glContext.PrepareContext(this.Handle); glContext.CreateContext(); //glContext.MakeCurrent(); - GL.LoadAll(); - Glu.LoadAll(); + //GL.LoadAll(); + //Glu.LoadAll(); } catch (ApplicationException expt) {