fix softbody v

This commit is contained in:
Chuyuan Fu 2020-08-10 13:29:24 -07:00
parent 086638d16e
commit c5fc913293

View File

@ -377,7 +377,7 @@ void btDeformableBodySolver::setupDeformableSolve(bool implicit)
{
m_dv[counter] = psb->m_nodes[j].m_v + psb->m_nodes[j].m_splitv - m_backupVelocity[counter];
}
// psb->m_nodes[j].m_v = m_backupVelocity[counter];
psb->m_nodes[j].m_v = m_backupVelocity[counter];
++counter;
}
}