Fixed indentation
This commit is contained in:
parent
2b65555d5f
commit
6ea8ebf25a
@ -683,8 +683,8 @@ void WriterNodeVisitor::apply(osg::Group& node)
|
|||||||
{
|
{
|
||||||
//ignore the root node to maintain same hierarchy
|
//ignore the root node to maintain same hierarchy
|
||||||
_firstNodeProcessed = true;
|
_firstNodeProcessed = true;
|
||||||
traverse(node);
|
traverse(node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void WriterNodeVisitor::apply(osg::MatrixTransform& node)
|
void WriterNodeVisitor::apply(osg::MatrixTransform& node)
|
||||||
|
Loading…
Reference in New Issue
Block a user