Fixed indentation

This commit is contained in:
Robert Osfield 2019-04-26 10:46:04 +01:00
parent 5b688eb99d
commit 22f4e44fa4

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)