mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Fix -sgl's glFlush
This commit is contained in:
parent
8f04a482f0
commit
fb8d04eca2
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ GL_Init (void)
|
|||
void
|
||||
GL_EndRendering (void)
|
||||
{
|
||||
glFlush ();
|
||||
qfglFlush ();
|
||||
SDL_GL_SwapBuffers ();
|
||||
Sbar_Changed ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue