From 7bf5f3438d619eb8cafc380b82cd80e5a0c1f77e Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 4 Jan 2010 15:18:05 +0000 Subject: [PATCH] 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 --- tools/quake3/q3map2/light.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2