mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
removing a glFinish
This commit is contained in:
parent
1cb3f49391
commit
207857733a
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ void R_RenderView (void)
|
|||
if (!r_worldentity.model || !cl.worldmodel)
|
||||
Sys_Error ("R_RenderView: NULL worldmodel");
|
||||
|
||||
glFinish ();
|
||||
// glFinish ();
|
||||
|
||||
mirror = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue