Fixed compile error since changing to platform independent glext.c

This commit is contained in:
Caspian Rychlik-Prince 2002-11-24 17:13:33 +00:00
parent e1242f4383
commit 90fe72b9b5
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}