Cleanup: warning, spelling

This commit is contained in:
Campbell Barton
2015-05-26 16:46:11 +10:00
parent 9b1ca19396
commit 2c3c477223
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ void TimeSourceDepsNode::tag_update(Depsgraph *graph)
/* Root Node ============================================== */
RootDepsNode::RootDepsNode() : time_source(NULL), scene(NULL)
RootDepsNode::RootDepsNode() : scene(NULL), time_source(NULL)
{
}