close the fileIO for urdf loading

This commit is contained in:
Erwin Coumans
2018-10-09 20:45:17 -07:00
parent 5f954e2496
commit 32b5c88d4b

View File

@@ -173,7 +173,7 @@ bool BulletURDFImporter::loadURDF(const char* fileName, bool forceFixedBase)
}
}
while (line);
m_data->m_fileIO->fileClose(fileId);
#if 0
std::fstream xml_file(relativeFileName, std::fstream::in);
while (xml_file.good())