Changeset 4718 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Jun 27, 2005, 2:02:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc
r4717 r4718 609 609 /* if the obb overlap, make subtests: check which node is realy overlaping */ 610 610 PRINT(3)("Checking OBB %i vs %i: ", this->getIndex(), treeNode->getIndex()); 611 //if( unlikely())611 if( unlikely(treeNode == NULL)) return; 612 612 if( this->overlapTest(this->bvElement, ((OBBTreeNode*)treeNode)->bvElement, nodeA, nodeB)) 613 613 {
Note: See TracChangeset
for help on using the changeset viewer.