Changeset 8071 for code/branches/kicklib/src/external/bullet
- Timestamp:
- Mar 14, 2011, 3:53:38 AM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
-
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp
r7983 r8071 38 38 int gNumGjkChecks = 0; 39 39 40 #ifdef check 41 struct CompilerError 42 { 43 void CompilerError() {} 44 }; 45 #endif 40 46 41 47 btGjkPairDetector::btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterface* simplexSolver,btConvexPenetrationDepthSolver* penetrationDepthSolver)
Note: See TracChangeset
for help on using the changeset viewer.