diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index 4339286c..feb8ebc9 100644 --- a/tools/quake3/q3map2/light.c +++ b/tools/quake3/q3map2/light.c @@ -1324,7 +1324,7 @@ void TraceGrid( int num ) } /* can't find a valid point at all */ - if( step > 0.5 ) + if( step > 1.0 ) return; }