X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_segcalcvertex.cpp;h=15956cd3c11eff7d59718ce09daf3af830b0417a;hb=e474a59e013cfd72267b6e4635d9c7c0567e023b;hp=cf047ebf15b9e5c919e7d15acfda29931b2bfb8a;hpb=740253c894f69f0f4244119dce8818caee470942;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_segcalcvertex.cpp b/synfig-core/trunk/src/synfig/valuenode_segcalcvertex.cpp index cf047eb..15956cd 100644 --- a/synfig-core/trunk/src/synfig/valuenode_segcalcvertex.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_segcalcvertex.cpp @@ -59,9 +59,8 @@ ValueNode_SegCalcVertex::ValueNode_SegCalcVertex(const ValueBase::Type &x): if(x!=ValueBase::TYPE_VECTOR) throw Exception::BadType(ValueBase::type_name(x)); - segment_=ValueNode_Composite::create(ValueBase::TYPE_SEGMENT); - amount_=ValueNode_Const::create(Real(0.5)); - + set_link("segment",ValueNode_Const::create(ValueBase::TYPE_SEGMENT)); + set_link("amount",ValueNode_Const::create(Real(0.5))); } ValueNode_SegCalcVertex*