Merge default into minor.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-12 22:52:24 -04:00
9 changed files with 22 additions and 8 deletions
+4
View File
@@ -61,6 +61,10 @@ float RopeJoint::getMaxLength() const
return Physics::scaleUp(joint->GetMaxLength());
}
void RopeJoint::setMaxLength(float maxLength)
{
joint->SetMaxLength(Physics::scaleDown(maxLength));
}
} // box2d
} // physics