* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/depsgraph/intern/depsnode.cc
+ * \ingroup depsgraph
+ */
+
#include <stdio.h>
#include <string.h>
/* Root Node ============================================== */
-RootDepsNode::RootDepsNode() : time_source(NULL)
+RootDepsNode::RootDepsNode() : scene(NULL), time_source(NULL)
{
}