Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_realstring.cpp
index 085e3ca..e8231e7 100644 (file)
@@ -89,6 +89,9 @@ ValueNode_RealString::~ValueNode_RealString()
 ValueBase
 ValueNode_RealString::operator()(Time t)const
 {
+       if (getenv("SYNFIG_DEBUG_VALUENODE_OPERATORS"))
+               printf("%s:%d operator()\n", __FILE__, __LINE__);
+
        Real real((*real_)(t).get(Real()));
        int width((*width_)(t).get(int()));
        int precision((*precision_)(t).get(int()));