mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
ref_soft: re-enable lightstyles for LightPoint
This commit is contained in:
parent
f34db62940
commit
0c62967d8a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user