Changed from wglSwapBuffers back to SwapBuffers.

This commit is contained in:
Caspian Rychlik-Prince 2003-09-26 16:26:10 +00:00
parent 5497007c33
commit 17b6a501e4
1 changed files with 2 additions and 1 deletions

View File

@ -529,7 +529,8 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_swapBuffers
(JNIEnv * env, jclass clazz) (JNIEnv * env, jclass clazz)
{ {
dirty = false; dirty = false;
wglSwapLayerBuffers(hdc, WGL_SWAP_MAIN_PLANE); SwapBuffers(hdc);
// wglSwapLayerBuffers(hdc, WGL_SWAP_MAIN_PLANE);
} }
/* /*