close the fileIO for urdf loading
This commit is contained in:
@@ -173,7 +173,7 @@ bool BulletURDFImporter::loadURDF(const char* fileName, bool forceFixedBase)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (line);
|
while (line);
|
||||||
|
m_data->m_fileIO->fileClose(fileId);
|
||||||
#if 0
|
#if 0
|
||||||
std::fstream xml_file(relativeFileName, std::fstream::in);
|
std::fstream xml_file(relativeFileName, std::fstream::in);
|
||||||
while (xml_file.good())
|
while (xml_file.good())
|
||||||
|
|||||||
Reference in New Issue
Block a user