fix build

This commit is contained in:
erwin coumans
2014-10-22 14:46:48 -07:00
parent 579b34d2e0
commit 1ce647742c
4 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ void btSoftRigidDynamicsWorld::predictUnconstraintMotion(btScalar timeStep)
btDiscreteDynamicsWorld::predictUnconstraintMotion( timeStep );
{
BT_PROFILE("predictUnconstraintMotionSoftBody");
m_softBodySolver->predictMotion( timeStep );
m_softBodySolver->predictMotion( float(timeStep) );
}
}