Fix interface for comparison/integration files in alternative EPA solvers.

This commit is contained in:
ejcoumans
2007-02-21 21:00:16 +00:00
parent bda1507ea9
commit beb0ace1fc
4 changed files with 4 additions and 4 deletions

View File

@@ -321,7 +321,7 @@ bool Solid3EpaPenetrationDepth::calcPenDepth( btSimplexSolverInterface& simplexS
btConvexShape* convexA,btConvexShape* convexB,
const btTransform& transformA,const btTransform& transformB,
btVector3& v, btPoint3& pa, btPoint3& pb,
class btIDebugDraw* debugDraw
class btIDebugDraw* debugDraw,btStackAlloc* stackAlloc
)
{