Attacher: change Part2DObject to use Plane attacher by default

This commit is contained in:
DeepSOIC 2016-05-06 21:48:20 +03:00
parent a41c79cd55
commit d21995323e

View File

@ -66,7 +66,7 @@ PROPERTY_SOURCE(Part::Part2DObject, Part::AttachableObject)
Part2DObject::Part2DObject()
{
this->setAttacher(new Attacher::AttachEngine3D);
this->setAttacher(new Attacher::AttachEnginePlane);
}