Merge pull request #2141 from erwincoumans/blocksolver

solver experiment
This commit is contained in:
erwincoumans
2019-03-06 22:02:44 -08:00
committed by GitHub
12 changed files with 1265 additions and 217 deletions

View File

@@ -156,7 +156,7 @@ protected:
btTypedConstraint** constraints,
int numConstraints,
const btContactSolverInfo& infoGlobal,
btIDebugDraw* debugDrawer) BT_OVERRIDE;
btIDebugDraw* debugDrawer) ;
public:
BT_DECLARE_ALIGNED_ALLOCATOR()