From: divverent Date: Mon, 4 Jan 2010 15:18:05 +0000 (+0000) Subject: fix a typo that shouldn't have an impact on most maps though X-Git-Tag: svn-r421~9 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=7bf5f3438d619eb8cafc380b82cd80e5a0c1f77e;p=xonotic%2Fnetradiant.git fix a typo that shouldn't have an impact on most maps though git-svn-id: svn://svn.icculus.org/netradiant/trunk@411 61c419a2-8eb2-4b30-bcec-8cead039b335 --- 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; }