more joint updates to better match the API

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-07-02 11:46:42 -05:00
parent b4fae893fd
commit b3434997bf
15 changed files with 122 additions and 40 deletions
+5
View File
@@ -111,6 +111,11 @@ namespace box2d
if (joint != NULL)
world->world->DestroyJoint(joint);
}
bool Joint::isActive() const
{
return joint->IsActive();
}
} // box2d
} // physics