mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-20 04:04:47 +01:00
replaced wglSwapLayerBuffers -> SwapBuffers
This commit is contained in:
parent
7bff025626
commit
1e8061c22d
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue