Renamed all instance of AppCallback/AppVisitor to UpdateCallback/UpdateVisitor
inline with the decision to rename the "app phase" the "update phase".
This commit is contained in:
@@ -7,12 +7,12 @@ DOFTransform::DOFTransform():
|
||||
_animationOn(true),
|
||||
_increasingFlags(0xffff)
|
||||
{
|
||||
setNumChildrenRequiringAppTraversal(1);
|
||||
setNumChildrenRequiringUpdateTraversal(1);
|
||||
}
|
||||
|
||||
void DOFTransform::traverse(NodeVisitor& nv)
|
||||
{
|
||||
if (nv.getVisitorType()==NodeVisitor::APP_VISITOR)
|
||||
if (nv.getVisitorType()==NodeVisitor::UPDATE_VISITOR)
|
||||
{
|
||||
animate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user