Attacher: fix defaulting to 3D of AttachableObject

This commit is contained in:
DeepSOIC 2016-05-19 00:20:03 +03:00
parent 716e2563b7
commit b4102fc3da

View File

@ -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)"); 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() AttachableObject::~AttachableObject()