mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
GL rendering path audit.
This commit is contained in:
parent
8601bc905b
commit
cb0d141132
5 changed files with 6 additions and 90 deletions
|
@ -46,8 +46,6 @@
|
|||
|
||||
entity_t r_worldentity;
|
||||
|
||||
qboolean r_cache_thrash; // compatability
|
||||
|
||||
vec3_t modelorg, r_entorigin;
|
||||
entity_t *currententity;
|
||||
|
||||
|
@ -822,8 +820,6 @@ static void R_SetupFrame (void)
|
|||
V_SetContentsColor (r_viewleaf->contents);
|
||||
V_CalcBlend ();
|
||||
|
||||
r_cache_thrash = false;
|
||||
|
||||
c_brush_polys = 0;
|
||||
c_alias_polys = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue