Corrected minor documentation error in GLContext

This commit is contained in:
Elias Naur 2004-07-23 18:01:55 +00:00
parent e8f47b066d
commit ab5fd2b3df
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import org.lwjgl.LWJGLException;
* $Id$
* <p/>
* 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 <elias_naur@users.sourceforge.net>