mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-01 19:13:58 +01:00
Typo fix
This commit is contained in:
parent
2e03a6426b
commit
1162d267f8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue