mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
updating the Joints
--HG-- branch : box2d-update
This commit is contained in:
@@ -72,12 +72,7 @@ namespace box2d
|
||||
{
|
||||
joint->SetMaxMotorForce(force);
|
||||
}
|
||||
|
||||
float PrismaticJoint::getMaxMotorForce() const
|
||||
{
|
||||
return joint->m_maxMotorForce;
|
||||
}
|
||||
|
||||
|
||||
void PrismaticJoint::setMotorSpeed(float speed)
|
||||
{
|
||||
joint->SetMotorSpeed(speed);
|
||||
|
||||
Reference in New Issue
Block a user