Fix long standing issue with conical nature of polyblend dlights being obtrusive.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-02-15 07:15:10 +00:00
parent ac94390460
commit 8d68ffe9f0
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ R_RenderDlight (dlight_t *light)
glColor3fv (light->color);
for (i = 0; i < 3; i++)
v[i] = light->origin[i] - vpn[i] * rad;
v[i] = light->origin[i] - (vpn[i] * (*bub_sin)) * rad;
glVertex3fv (v);
glColor3f (0, 0, 0);