mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-17 02:34:39 +01:00
Typo
This commit is contained in:
parent
e994515f7c
commit
89a482e9ce
|
|
@ -720,7 +720,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_createContext(JNIEnv *env,
|
|||
pixel_format_index = pixel_format_index_arb;
|
||||
} else if (samples > 0) {
|
||||
wglDeleteContext(display_hglrc);
|
||||
throwException(env, "Samples > 0 but could not finc a suitable ARB pixel format");
|
||||
throwException(env, "Samples > 0 but could not find a suitable ARB pixel format");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue