setT added

This commit is contained in:
Zachary Pavlov 2008-07-09 01:59:44 +00:00
parent a480d86b62
commit b172f6ec50

View File

@ -887,6 +887,7 @@ test_intersection_from_parabola(const CollisionEntry &entry) const {
new_entry->set_surface_normal(normal);
new_entry->set_surface_point(plane_point);
new_entry->set_t(t);
return new_entry;
}