Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5131 in orxonox.OLD for trunk/src/lib/collision_detection


Ignore:
Timestamp:
Aug 26, 2005, 11:18:24 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: modified the tList-template again.

prais patrick who's holy omnipotence was such that i could never reach

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/cd_engine.cc

    r5116 r5131  
    100100        ////////////////
    101101
    102 /*        if( likely(entity2 != this->terrain))
     102        if( likely(entity2 != this->terrain))
    103103        {
    104104          PRINTF(4)("checking object %s against %s\n", entity1->getName(), entity2->getName());
    105105          tree = entity1->getOBBTree();
    106106          if( likely(tree != NULL) && entity2->getOBBTree() != NULL) tree->collideWith(entity1, entity2);
    107         }*/
     107        }
    108108        entity2 = iterator2->nextElement();
    109109      }
Note: See TracChangeset for help on using the changeset viewer.