Fix view2 drawing

This commit is contained in:
Ryan Baldwin 2022-08-20 00:24:15 -07:00
parent e1ea8dfcfa
commit 61bdecc763
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -905,7 +905,7 @@ void R_DrawView2Model (void)
if (cl.stats[STAT_HEALTH] <= 0) if (cl.stats[STAT_HEALTH] <= 0)
return; return;
currententity = &cl.viewent; currententity = &cl.viewent2;
if (!currententity->model) if (!currententity->model)
return; return;