diff --git a/Source/OpenTK/Platform/X11/X11GLNative.cs b/Source/OpenTK/Platform/X11/X11GLNative.cs index 80d484c7..1fbe1290 100644 --- a/Source/OpenTK/Platform/X11/X11GLNative.cs +++ b/Source/OpenTK/Platform/X11/X11GLNative.cs @@ -10,6 +10,7 @@ using System.Text; using System.Runtime.InteropServices; using System.Diagnostics; using System.Reflection; +using OpenTK.OpenGL; //using OpenTK.OpenGL; @@ -309,7 +310,8 @@ namespace OpenTK.Platform.X11 API.MapRaised(window.Display, window.Handle); - OpenTK.OpenGL.GL.LoadAll(); + GL.LoadAll(); + Glu.LoadAll(); Debug.Unindent(); Debug.WriteLine("GameWindow creation completed successfully!");