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:
parent
2bb8b590a4
commit
7bf5f3438d
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user