mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
various little cleanups that should very fractionally speed up Host_Frame
This commit is contained in:
parent
a35c33b397
commit
2cc2da4d90
9 changed files with 15 additions and 14 deletions
|
@ -717,8 +717,7 @@ V_RenderView (void)
|
|||
{
|
||||
cl.simangles[ROLL] = 0; // FIXME @@@
|
||||
|
||||
r_worldentity.model = cl.worldmodel;
|
||||
if (cls.state != ca_active)
|
||||
if (!r_active)
|
||||
return;
|
||||
|
||||
view_frame = &cl.frames[cls.netchan.incoming_sequence & UPDATE_MASK];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue