ref_soft: re-enable lightstyles for LightPoint

This commit is contained in:
mittorn 2019-03-30 21:04:14 +07:00
parent f34db62940
commit 0c62967d8a
1 changed files with 3 additions and 3 deletions

View File

@ -346,9 +346,9 @@ static qboolean R_RecursiveLightPoint( model_t *model, mnode_t *node, float p1f,
if( 1 ) //tr.ignore_lightgamma )
{
cv->r += lm->r * 255 * 2.5; // scale;
cv->g += lm->g * 255 * 2.5; // scale;
cv->b += lm->b * 255 * 2.5; // scale;
cv->r += lm->r * scale * 2.5; // scale;
cv->g += lm->g * scale * 2.5; // scale;
cv->b += lm->b * scale * 2.5; // scale;
}
else
{