fix some potentially uninitialized variable
This commit is contained in:
@@ -1741,6 +1741,11 @@ class btCompoundShape* BulletMJCFImporter::convertLinkCollisionShapes(int linkIn
|
||||
}
|
||||
break;
|
||||
}
|
||||
case URDF_GEOM_UNKNOWN:
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
} // switch geom
|
||||
|
||||
if (childShape)
|
||||
|
||||
Reference in New Issue
Block a user