diff --git a/Source/OpenTK/Graphics/GraphicsContext.cs b/Source/OpenTK/Graphics/GraphicsContext.cs index 9d815ae9..55716374 100644 --- a/Source/OpenTK/Graphics/GraphicsContext.cs +++ b/Source/OpenTK/Graphics/GraphicsContext.cs @@ -128,7 +128,6 @@ namespace OpenTK.Graphics { available_contexts.Add((this as IGraphicsContextInternal).Context, new WeakReference(this)); } - //(implementation as IGraphicsContextInternal).LoadAll(); } finally { @@ -171,7 +170,7 @@ namespace OpenTK.Graphics #region public static void Assert() /// - /// Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextException if it doesn't. + /// Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextMissingException if it doesn't. /// /// Generated when no GraphicsContext is current in the calling thread. public static void Assert()