remove unecessary clearRagdollConstraintsAndPoints()

This commit is contained in:
Andrew Meadows 2014-06-30 09:18:31 -07:00
parent f33728b615
commit 57c17eb972

View file

@ -39,7 +39,6 @@ void SkeletonModel::setJointStates(QVector<JointState> states) {
} }
clearShapes(); clearShapes();
clearRagdollConstraintsAndPoints();
if (_enableShapes) { if (_enableShapes) {
buildShapes(); buildShapes();
} }