Merge branch 'master' of ssh://icculus.org/netradiant
This commit is contained in:
commit
cc6bdd4869
|
|
@ -4162,7 +4162,7 @@ float FloodLightForSample( trace_t *trace , float floodLightDistance, qboolean f
|
||||||
TraceLine( trace );
|
TraceLine( trace );
|
||||||
contribution=1;
|
contribution=1;
|
||||||
|
|
||||||
if (trace->compileFlags & C_SKY )
|
if ( trace->compileFlags & C_SKY || trace->compileFlags & C_TRANSLUCENT )
|
||||||
{
|
{
|
||||||
contribution=1.0f;
|
contribution=1.0f;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user