mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +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)
|
if (!r_worldentity.model || !cl.worldmodel)
|
||||||
Sys_Error ("R_RenderView: NULL worldmodel");
|
Sys_Error ("R_RenderView: NULL worldmodel");
|
||||||
|
|
||||||
glFinish ();
|
// glFinish ();
|
||||||
|
|
||||||
mirror = false;
|
mirror = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue