float->btScalar

This commit is contained in:
Xuchen Han
2019-08-23 20:06:41 -07:00
parent 6beeac7065
commit f2d8ed71ac
5 changed files with 8 additions and 10 deletions

View File

@@ -143,7 +143,7 @@ bool btDeformableBodySolver::updateNodes()
}
void btDeformableBodySolver::predictMotion(float solverdt)
void btDeformableBodySolver::predictMotion(btScalar solverdt)
{
for (int i = 0; i < m_softBodySet.size(); ++i)
{