prepare small experiment with block solver
This commit is contained in:
@@ -115,7 +115,7 @@ void BlockSolverExample::initPhysics()
|
||||
}
|
||||
if (m_option&BLOCK_SOLVER_BLOCK)
|
||||
{
|
||||
//m_solver = new btBlockSolver();
|
||||
m_solver = new btBlockSolver();
|
||||
}
|
||||
|
||||
btAssert(m_solver);
|
||||
|
||||
Reference in New Issue
Block a user