undid the damage

This commit is contained in:
Zachary Pavlov 2008-07-10 18:58:39 +00:00
parent 693fdafbf0
commit d5a4a52182

View File

@ -887,7 +887,6 @@ 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;
}