Added InitWGL after creating Anti Aliased context

This commit is contained in:
Elias Naur 2004-07-02 12:34:33 +00:00
parent 8618fbc3f0
commit d03916ebec
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_nCreate
extgl_Close();
return;
}
extgl_InitWGL(env);
}
ShowWindow(hwnd, SW_SHOW);