From 2e09aa16b6f2ff2df181bd02260b0329fc0432f3 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 15 Oct 2007 11:06:58 +0000 Subject: [PATCH] Removed loading of GL and Glu functions. This now happens lower in the hierarchy, inside GameWindow. --- Source/OpenTK/Platform/Windows/WinGLNative.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {