Update for latest revamped picaGL

This commit is contained in:
Ryan Baldwin 2022-07-04 21:21:28 -07:00
parent f7b50afd73
commit fdbb4c3799
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -90,8 +90,9 @@ void GL_BeginRendering (int *x, int *y, int *width, int *height)
void GL_EndRendering (void)
{
glFinish();
pglSwapBuffers();
// naievil -- this requies the new version of picagl to be used properly
//glFinish();
pglSwapBuffersEx(1,0);
}
void VID_SetPalette (unsigned char *palette)