Changeset 5029 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection
- Timestamp:
- Aug 15, 2005, 9:17:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc
r5028 r5029 651 651 if( unlikely(this->nodeRight == NULL && this->nodeLeft == NULL)) 652 652 { 653 //nodeA->collidesWith() 653 nodeA->collidesWith(nodeB); 654 nodeB->collidesWith(nodeA); 654 655 } 655 656 }
Note: See TracChangeset
for help on using the changeset viewer.