Fixed indentation

This commit is contained in:
Robert Osfield 2019-04-26 10:46:04 +01:00
parent 2b65555d5f
commit 6ea8ebf25a

View File

@ -683,8 +683,8 @@ void WriterNodeVisitor::apply(osg::Group& node)
{
//ignore the root node to maintain same hierarchy
_firstNodeProcessed = true;
traverse(node);
}
traverse(node);
}
}
void WriterNodeVisitor::apply(osg::MatrixTransform& node)