From 0790d58048a2d9259e11898b1861dc02ee34af71 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 19 May 2008 20:55:53 +0000 Subject: [PATCH] Renamed CreateFromCurrentContext to CreateFromCurrentThread. --- Source/OpenTK/Graphics/GraphicsContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Graphics/GraphicsContext.cs b/Source/OpenTK/Graphics/GraphicsContext.cs index 78c87b6b..1c14b343 100644 --- a/Source/OpenTK/Graphics/GraphicsContext.cs +++ b/Source/OpenTK/Graphics/GraphicsContext.cs @@ -108,7 +108,7 @@ namespace OpenTK.Graphics /// Make sure to call the Dispose() method once this context is destroyed. /// You may not call this method more than once on the same context. Doing so will throw an exception. /// - public static GraphicsContext CreateFromCurrentContext(IWindowInfo window) + public static GraphicsContext CreateFromCurrentThread(IWindowInfo window) { Debug.Print("Creating context from current thread.");