mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Don't set triangle draw type in sw32 iqm renderer.
It's not used and causes link errors (I never noticed on my system).
This commit is contained in:
parent
b6125276e4
commit
fd6b5edb73
1 changed files with 0 additions and 2 deletions
|
@ -303,8 +303,6 @@ sw32_R_IQMDrawModel (alight_t *plighting)
|
||||||
R_IQMSetUpTransform (ent->trivial_accept);
|
R_IQMSetUpTransform (ent->trivial_accept);
|
||||||
|
|
||||||
R_IQMSetupLighting (ent, plighting);
|
R_IQMSetupLighting (ent, plighting);
|
||||||
sw32_r_affinetridesc.drawtype = (ent->trivial_accept == 3) &&
|
|
||||||
r_recursiveaffinetriangles;
|
|
||||||
|
|
||||||
//if (!sw32_acolormap)
|
//if (!sw32_acolormap)
|
||||||
sw32_acolormap = vid.colormap8;
|
sw32_acolormap = vid.colormap8;
|
||||||
|
|
Loading…
Reference in a new issue