removed whitespace

This commit is contained in:
Darren Ranalli 2002-05-11 01:46:43 +00:00
parent 9ef80eec44
commit ccc1ef45ca

View File

@ -864,7 +864,6 @@ r_find_t(float target_length, float &found_t,
return true; return true;
} }
// are we running out of parametric precision? // are we running out of parametric precision?
if ((t2 - t1) < t_tolerance) { if ((t2 - t1) < t_tolerance) {
found_t = t1; found_t = t1;