This commit is contained in:
erwin coumans
2016-09-08 15:22:41 -07:00
5 changed files with 1507 additions and 1669 deletions

View File

@@ -1020,7 +1020,7 @@ int BulletURDFImporter::convertLinkVisualShapes(int linkIndex, const char* pathP
//delete textures
for (int i=0;i<textures.size();i++)
{
delete textures[i].textureData;
free( textures[i].textureData);
}
return graphicsIndex;
}