tubes can be read from bam

This commit is contained in:
David Rose 2003-10-01 18:28:35 +00:00
parent ab922b1353
commit b9b7bb5964

View File

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