Changeset 8107 in orxonox.OLD for branches/cr/src/lib/collision_reaction/collision_handle.cc
- Timestamp:
- Jun 1, 2006, 10:28:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_handle.cc
r8106 r8107 98 98 // now register it as a shared collision with the other collision entity 99 99 CollisionHandle* ch = entityB->getCollisionHandle(this->type); 100 ch->registerSharedCollision(c); 100 if( ch != NULL) 101 ch->registerSharedCollision(c); 101 102 102 103 return c;
Note: See TracChangeset
for help on using the changeset viewer.