Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 11:09:15 PM (19 years ago)
Author:
patrick
Message:

cd: changed the cd interface again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/current_cd/src/lib/collision_detection/obb_tree.cc

    r6911 r6922  
    9595{
    9696  if( likely(entity2->getOBBTree() != NULL) )
    97     this->rootNode->collideWith(*(((OBBTree*)entity2->getOBBTree())->getRootNode()), entity1, entity2);
     97    this->rootNode->collideWith(((OBBTree*)entity2->getOBBTree())->getRootNode(), entity1, entity2);
    9898}
    9999
Note: See TracChangeset for help on using the changeset viewer.