replaced wglSwapLayerBuffers -> SwapBuffers

This commit is contained in:
Elias Naur 2003-02-12 09:29:07 +00:00
parent 7bff025626
commit 1e8061c22d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_swapBuffers
// Handle OS messages here
handleMessages();
// Then do the flip
wglSwapLayerBuffers(hdc, WGL_SWAP_MAIN_PLANE);
SwapBuffers(hdc);
}
/*