mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-03 06:14:39 +01:00
Bug fix
This commit is contained in:
parent
1b3d0278f9
commit
86c4ce70dc
|
|
@ -363,7 +363,7 @@ JNIEXPORT jobjectArray JNICALL Java_org_lwjgl_Display_getAvailableDisplayModes
|
|||
printf("Could not load GL\n");
|
||||
#endif
|
||||
XCloseDisplay(disp);
|
||||
return JNI_FALSE;
|
||||
return NULL;
|
||||
}
|
||||
if (!getDisplayModes(disp, screen, &num_modes, &avail_modes)) {
|
||||
#ifdef _DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue