]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/light.c
fix a typo that shouldn't have an impact on most maps though
[xonotic/netradiant.git] / tools / quake3 / q3map2 / light.c
index 4339286c3404bf31dd66421e8e2f63233da925b4..feb8ebc942db9c434cb80f5f222121a74ad48fc6 100644 (file)
@@ -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;
        }