Skip to content

Commit

Permalink
Attacher: fix defaulting to 3D of AttachableObject
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSOIC committed May 19, 2016
1 parent 716e256 commit b4102fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/AttachableObject.cpp
Expand Up @@ -58,7 +58,7 @@ AttachableObject::AttachableObject()

ADD_PROPERTY_TYPE(superPlacement, (Base::Placement()), "Attachment", App::Prop_None, "Extra placement to apply in addition to attachment (in local coordinates)");

//setAttacher(new AttachEngine3D);//default attacher
setAttacher(new AttachEngine3D);//default attacher
}

AttachableObject::~AttachableObject()
Expand Down

0 comments on commit b4102fc

Please sign in to comment.