mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-09 23:01:55 +00:00
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:
parent
8c397cb01f
commit
3aee572a96
1 changed files with 0 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue