]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix a typo that shouldn't have an impact on most maps though
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 4 Jan 2010 15:18:05 +0000 (15:18 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 4 Jan 2010 15:18:05 +0000 (15:18 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@411 61c419a2-8eb2-4b30-bcec-8cead039b335

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;
        }