From ab5fd2b3df072ad56f78e1af53f7419096bf3ab7 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 23 Jul 2004 18:01:55 +0000 Subject: [PATCH] Corrected minor documentation error in GLContext --- src/java/org/lwjgl/opengl/GLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/lwjgl/opengl/GLContext.java b/src/java/org/lwjgl/opengl/GLContext.java index c69b8e9c..b8e8cd1e 100644 --- a/src/java/org/lwjgl/opengl/GLContext.java +++ b/src/java/org/lwjgl/opengl/GLContext.java @@ -50,7 +50,7 @@ import org.lwjgl.LWJGLException; * $Id$ *

* Manages GL contexts. Before any rendering is done by a LWJGL system, a call should be made to - * GLContext.setContext() with a context. This will ensure that GLContext has an accurate reflection + * GLContext.useContext() with a context. This will ensure that GLContext has an accurate reflection * of the current context's capabilities and function pointers. * * @author elias_naur