Merge pull request #2195 from Steven89Liu/NeedsJointFeedback

don't need to call the computeAccelerationsArticulatedBodyAlgorithmMu…
This commit is contained in:
erwincoumans
2019-04-09 09:25:07 -07:00
committed by GitHub

View File

@@ -717,6 +717,7 @@ void btMultiBodyDynamicsWorld::solveConstraints(btContactSolverInfo& solverInfo)
m_scratch_v.resize(bod->getNumLinks() + 1);
m_scratch_m.resize(bod->getNumLinks() + 1);
if (bod->internalNeedsJointFeedback())
{
if (!bod->isUsingRK4Integration())
{