mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-22 12:01:11 +00:00
Fix view2 drawing
This commit is contained in:
parent
e1ea8dfcfa
commit
61bdecc763
3 changed files with 1 additions and 1 deletions
BIN
nzportable.3dsx
BIN
nzportable.3dsx
Binary file not shown.
BIN
nzportable.elf
BIN
nzportable.elf
Binary file not shown.
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue