Changeset 4813 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection
- Timestamp:
- Jul 7, 2005, 2:44:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc
r4746 r4813 79 79 OBBTreeNode::~OBBTreeNode () 80 80 { 81 // delete what has to be deleted here 81 82 delete [] this->vertices; 83 84 delete this->bvElement; 85 delete this->nodeLeft; 86 delete this->nodeRight; 82 87 } 83 88
Note: See TracChangeset
for help on using the changeset viewer.