Skip to content
Snippets Groups Projects
Unverified Commit 730ffe6b authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #590 from gabrielebndn/topic/fixgeom

[geometry] fix addGeometryObject
parents 03157399 26e99570
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,9 @@ namespace pinocchio
const bool autofillJointParent)
{
if(autofillJointParent)
addGeometryObject(object,model);
return addGeometryObject(object,model);
else
addGeometryObject(object);
return addGeometryObject(object);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment