Browse Source

tubes can be read from bam

David Rose 22 years ago
parent
commit
b9b7bb5964
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/collide/config_collide.cxx

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

@@ -93,4 +93,5 @@ init_libcollide() {
   CollisionRay::register_with_read_factory();
   CollisionRay::register_with_read_factory();
   CollisionSegment::register_with_read_factory();
   CollisionSegment::register_with_read_factory();
   CollisionSphere::register_with_read_factory();
   CollisionSphere::register_with_read_factory();
+  CollisionTube::register_with_read_factory();
 }
 }