diff --git a/src/osgPlugins/fbx/WriterNodeVisitor.cpp b/src/osgPlugins/fbx/WriterNodeVisitor.cpp index f7f6a02ab..ddc154808 100644 --- a/src/osgPlugins/fbx/WriterNodeVisitor.cpp +++ b/src/osgPlugins/fbx/WriterNodeVisitor.cpp @@ -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)