Skip to content

Commit f6c8524

Browse files
committed
missing commit
1 parent e5e27a8 commit f6c8524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collision/collision.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ void CollisionModel::Impl::set_distance_called()
818818

819819
CollisionModel::CollisionModel(ModelInterface::ConstPtr model,
820820
Options opt):
821-
impl(std::make_unique<Impl>(model, *this))
821+
impl(std::make_unique<Impl>(model, opt, *this))
822822
{
823823

824824
}

0 commit comments

Comments
 (0)