Fix vertexlighting and gridlighting being too dark when using floodlight and bounce (stop floodlighting being re-applied to lightmaps with each bounce stage)
This commit is contained in:
@@ -2359,7 +2359,8 @@ void IlluminateRawLightmap( int rawLightmapNum )
|
||||
FreeTraceLights( &trace );
|
||||
|
||||
/* floodlight pass */
|
||||
FloodlightIlluminateLightmap(lm);
|
||||
if( floodlighty )
|
||||
FloodlightIlluminateLightmap(lm);
|
||||
|
||||
if (debugnormals)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user