float->btScalar

This commit is contained in:
Xuchen Han
2019-08-24 11:55:34 -07:00
parent bb4a554e68
commit b0a91bb306

View File

@@ -60,7 +60,7 @@ bool btDefaultSoftBodySolver::checkInitialized()
return true;
}
void btDefaultSoftBodySolver::solveConstraints(float solverdt)
void btDefaultSoftBodySolver::solveConstraints(btScalar solverdt)
{
// Solve constraints for non-solver softbodies
for (int i = 0; i < m_softBodySet.size(); ++i)