This commit is contained in:
Elias Naur 2005-02-23 12:38:39 +00:00
parent 2e03a6426b
commit 1162d267f8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ wglGetSwapIntervalEXTPROC wglGetSwapIntervalEXT = NULL;
wglMakeContextCurrentARBPROC wglMakeContextCurrentARB = NULL;
wglGetCurrentReadDCARBPROC wglGetCurrentReadDCARB = NULL;
/** returns true if the extention is available */
/** returns true if the extension is available */
static bool WGLQueryExtension(JNIEnv *env, const char *name)
{
const GLubyte *extensions;