Added traverse the AnimationPath callbacks.
This commit is contained in:
@@ -47,4 +47,6 @@ void MatrixTransform::AnimationPathCallback::operator()(Node* node, NodeVisitor*
|
||||
mt->setMatrix(matrix);
|
||||
}
|
||||
}
|
||||
// must call any nested node callbacks and continue subgraph traversal.
|
||||
traverse(node,nv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user