Added debug message for Timout
This commit is contained in:
parent
5aa1234fa4
commit
390b546389
@ -466,6 +466,8 @@ public:
|
||||
osg::NodeVisitor(tm),
|
||||
_operatorList(operatorList) {}
|
||||
|
||||
META_NodeVisitor(osgPresentation, FindOperatorsVisitor)
|
||||
|
||||
void apply(osg::Node& node)
|
||||
{
|
||||
if (node.getStateSet()) process(node.getStateSet());
|
||||
|
@ -292,6 +292,7 @@ void Timeout::traverse(osg::NodeVisitor& nv)
|
||||
}
|
||||
else
|
||||
{
|
||||
OSG_NOTICE<<"Timout::traverse() "<<nv.className()<<std::endl;
|
||||
Transform::traverse(nv);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user