mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
removed whitespace
This commit is contained in:
parent
9ef80eec44
commit
ccc1ef45ca
@ -863,7 +863,6 @@ r_find_t(float target_length, float &found_t,
|
|||||||
found_t = t2;
|
found_t = t2;
|
||||||
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user