Fixed a comment.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1479 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-02-13 03:59:29 +00:00
parent 9dfd898e31
commit da8870162e

View File

@ -208,10 +208,7 @@ void Track::findRoadSector( const sgVec3 XYZ, int *sector )const
is on top, so we have to rule it out.
However, for some reason there are cases where we get
negative values for the track segment we should be on,
so we just use the absolute values, since the track
segment you are on will have a smaller absolute value
of dist anyways.
negative values for the track segment we should be on.
*/
if( dist > -2.0 && dist < near_dist)
{