Changeset 8165 in orxonox.OLD
- Timestamp:
- Jun 6, 2006, 1:16:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_handle.cc
r8129 r8165 115 115 c = this->collisionList.back(); 116 116 117 assert( entityA != NULL); 118 assert( entityB != NULL); 117 119 this->collisionList.push_back(c); 120 c->collide(entityA, entityB); 118 121 119 122 // now register it as a shared collision with the other collision entity
Note: See TracChangeset
for help on using the changeset viewer.