mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Update for latest revamped picaGL
This commit is contained in:
parent
f7b50afd73
commit
fdbb4c3799
3 changed files with 3 additions and 2 deletions
BIN
nzportable.3dsx
BIN
nzportable.3dsx
Binary file not shown.
BIN
nzportable.elf
BIN
nzportable.elf
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue