Change confusing variable name in btDiscreteDynamicsWorldMT API.
This commit is contained in:
@@ -147,10 +147,10 @@ void btConstraintSolverPoolMt::reset()
|
||||
|
||||
btDiscreteDynamicsWorldMt::btDiscreteDynamicsWorldMt(btDispatcher* dispatcher,
|
||||
btBroadphaseInterface* pairCache,
|
||||
btConstraintSolverPoolMt* constraintSolver,
|
||||
btConstraintSolverPoolMt* solverPool,
|
||||
btConstraintSolver* constraintSolverMt,
|
||||
btCollisionConfiguration* collisionConfiguration)
|
||||
: btDiscreteDynamicsWorld(dispatcher, pairCache, constraintSolver, collisionConfiguration)
|
||||
: btDiscreteDynamicsWorld(dispatcher, pairCache, solverPool, collisionConfiguration)
|
||||
{
|
||||
if (m_ownsIslandManager)
|
||||
{
|
||||
|
||||
@@ -120,7 +120,7 @@ public:
|
||||
|
||||
btDiscreteDynamicsWorldMt(btDispatcher * dispatcher,
|
||||
btBroadphaseInterface * pairCache,
|
||||
btConstraintSolverPoolMt * constraintSolver, // Note this should be a solver-pool for multi-threading
|
||||
btConstraintSolverPoolMt * solverPool, // Note this should be a solver-pool for multi-threading
|
||||
btConstraintSolver * constraintSolverMt, // single multi-threaded solver for large islands (or NULL)
|
||||
btCollisionConfiguration * collisionConfiguration);
|
||||
virtual ~btDiscreteDynamicsWorldMt();
|
||||
|
||||
Reference in New Issue
Block a user