Merge branch 'master' of ssh://icculus.org/netradiant

This commit is contained in:
Rudolf Polzer 2010-10-14 10:07:39 +02:00
commit cc6bdd4869

View File

@ -4162,7 +4162,7 @@ float FloodLightForSample( trace_t *trace , float floodLightDistance, qboolean f
TraceLine( trace );
contribution=1;
if (trace->compileFlags & C_SKY )
if ( trace->compileFlags & C_SKY || trace->compileFlags & C_TRANSLUCENT )
{
contribution=1.0f;
}