fix compile issues due to API change (additional argument)

This commit is contained in:
erwincoumans
2017-08-15 09:34:44 -07:00
parent 60b60ef9fd
commit 9d0f875c5b
3 changed files with 16 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ public:
void init() {
this->createEmptyDynamicsWorld();
m_dynamicsWorld->setGravity(m_gravity);
BulletURDFImporter urdf_importer(&m_nogfx,0);
BulletURDFImporter urdf_importer(&m_nogfx,0,1);
URDFImporterInterface &u2b(urdf_importer);
bool loadOk = u2b.loadURDF(m_filename.c_str(), m_base_fixed);