minor fixes, bump up pybullet to 2.5.5

This commit is contained in:
Erwin Coumans
2019-08-14 21:30:10 -07:00
parent f09cefabe8
commit 648844e898
3 changed files with 26 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ struct DeformableContactConstraint
append(rcontact);
}
DeformableContactConstraint(const btVector3 dir)
DeformableContactConstraint(const btVector3& dir)
{
m_contact.push_back(NULL);
m_direction.push_back(dir);