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
This commit is contained in:
divverent 2010-01-04 15:18:05 +00:00
parent 2bb8b590a4
commit 7bf5f3438d

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