Browse Source

setT added

Zachary Pavlov 17 năm trước cách đây
mục cha
commit
b172f6ec50
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      panda/src/collide/collisionPolygon.cxx

+ 1 - 0
panda/src/collide/collisionPolygon.cxx

@@ -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;
 }