From 83d3f7639ff93842c96724a2a99b7b5888d8d49f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 17 May 2005 13:50:07 +0000 Subject: [PATCH] Changed the default behavior to not writing out proxynode children. --- src/osgPlugins/osg/ProxyNode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/osg/ProxyNode.cpp b/src/osgPlugins/osg/ProxyNode.cpp index cd49dc1f2..a1f371838 100644 --- a/src/osgPlugins/osg/ProxyNode.cpp +++ b/src/osgPlugins/osg/ProxyNode.cpp @@ -146,8 +146,8 @@ bool ProxyNode_readLocalData(Object& obj, Input& fr) bool ProxyNode_writeLocalData(const Object& obj, Output& fw) { bool includeExternalReferences = false; - bool useOriginalExternalReferences = false; - bool writeExternalReferenceFiles = true; + bool useOriginalExternalReferences = true; + bool writeExternalReferenceFiles = false; const ProxyNode& proxyNode = static_cast(obj);