Update BulletMJCFImporter.cpp

add default for unhandled geoms
This commit is contained in:
erwincoumans
2019-07-31 09:18:38 -07:00
committed by GitHub
parent a8e1be3b33
commit 789769eac9

View File

@@ -2522,6 +2522,9 @@ class btCompoundShape* BulletMJCFImporter::convertLinkCollisionShapes(int linkIn
{ {
break; break;
} }
default:
{
}
} // switch geom } // switch geom