Skip to content

Commit

Permalink
[CollisionOBBCapsule] Fix duplicated registration in the factory (sof…
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored May 3, 2024
1 parent 8c20a9b commit dd4c252
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ using namespace sofa::defaulttype;

int CapsuleCollisionModelClass = core::RegisterObject("Collision model which represents a set of Capsules")
.add< CapsuleCollisionModel<sofa::defaulttype::Vec3Types> >()
.add< CapsuleCollisionModel<sofa::defaulttype::Rigid3Types> >()
;

template class COLLISIONOBBCAPSULE_API TCapsule<defaulttype::Vec3Types>;
Expand Down

0 comments on commit dd4c252

Please sign in to comment.