X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_vectorangle.cpp;h=c339d2fd03fb17fb592a6981d91fc39a4726fb08;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=8d8d7e7459e054574add27a7bd4bb22d912e56ef;hpb=88bdf68564de9e59d3915488c3d650a19fc64b70;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_vectorangle.cpp b/synfig-core/trunk/src/synfig/valuenode_vectorangle.cpp index 8d8d7e7..c339d2f 100644 --- a/synfig-core/trunk/src/synfig/valuenode_vectorangle.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_vectorangle.cpp @@ -86,6 +86,9 @@ ValueNode_VectorAngle::~ValueNode_VectorAngle() ValueBase ValueNode_VectorAngle::operator()(Time t)const { + if (getenv("SYNFIG_DEBUG_VALUENODE_OPERATORS")) + printf("%s:%d operator()\n", __FILE__, __LINE__); + return (*vector_)(t).get(Vector()).angle(); }