Changeset 2430 for code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp
- Timestamp:
- Dec 13, 2008, 11:45:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp
r2192 r2430 22 22 23 23 btSphereBoxCollisionAlgorithm::btSphereBoxCollisionAlgorithm(btPersistentManifold* mf,const btCollisionAlgorithmConstructionInfo& ci,btCollisionObject* col0,btCollisionObject* col1, bool isSwapped) 24 : bt CollisionAlgorithm(ci),24 : btActivatingCollisionAlgorithm(ci,col0,col1), 25 25 m_ownManifold(false), 26 26 m_manifoldPtr(mf),
Note: See TracChangeset
for help on using the changeset viewer.