mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 20:44:36 +01:00
Fixed compile error since changing to platform independent glext.c
This commit is contained in:
parent
e1242f4383
commit
90fe72b9b5
|
|
@ -126,8 +126,7 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_BaseGL_nCreate
|
|||
printf("Available extensions:\n%s\n", p);
|
||||
}
|
||||
|
||||
_wglSetDC(hdc);
|
||||
if (glInitialize() != 0) {
|
||||
if (extgl_Initialize() != 0) {
|
||||
printf("Failed to initialize GL\n");
|
||||
return JNI_FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue