Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2005, 2:02:37 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the collision detection engine works again and is ready for the presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc

    r4717 r4718  
    609609  /* if the obb overlap, make subtests: check which node is realy overlaping  */
    610610  PRINT(3)("Checking OBB %i vs %i: ", this->getIndex(), treeNode->getIndex());
    611   //if( unlikely())
     611  if( unlikely(treeNode == NULL)) return;
    612612  if( this->overlapTest(this->bvElement, ((OBBTreeNode*)treeNode)->bvElement, nodeA, nodeB))
    613613  {
Note: See TracChangeset for help on using the changeset viewer.