Revert "q3map2 * fix: do not affect styled lightmaps by floodlight", fix #654

This reverts commit 090fbf3d0d.

The broken code is not there yet and therefore cannot be fixed yet.
This commit is contained in:
Thomas Debesse 2020-07-07 10:01:04 +02:00
parent 8c397cb01f
commit 3aee572a96

View file

@ -4109,9 +4109,6 @@ float FloodLightForSample( trace_t *trace ){
/* set endpoint */
VectorMA( trace->origin, dd, direction, trace->end );
if( lm->styles[lightmapNum] != LS_NORMAL && lm->styles[lightmapNum] != LS_NONE ) // isStyleLight
continue;
//VectorMA( trace->origin, 1, direction, trace->origin );
SetupTrace( trace );