mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Remove a bogus model type check.
This allows 16-bit alias models to render when viewd straight on.
This commit is contained in:
parent
ba7046ea09
commit
20b7a46100
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ sw32_R_AliasDrawModel (alight_t *plighting)
|
|||
else
|
||||
ziscale = (float) 0x8000 *(float) 0x10000 *3.0;
|
||||
|
||||
if (currententity->trivial_accept && pmdl->ident != HEADER_MDL16)
|
||||
if (currententity->trivial_accept)
|
||||
R_AliasPrepareUnclippedPoints ();
|
||||
else
|
||||
R_AliasPreparePoints ();
|
||||
|
|
Loading…
Reference in a new issue