Changeset 4700 in orxonox.OLD for orxonox/trunk/src/world_entities/world_entity.cc
- Timestamp:
- Jun 26, 2005, 12:37:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.cc
r4696 r4700 130 130 void WorldEntity::collideWith(WorldEntity* entity) 131 131 { 132 this->obbTree->collideWith(entity->obbTree );132 this->obbTree->collideWith(entity->obbTree, (PNode*)this, (PNode*)entity); 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.