From f5d425cd11361bd1af1cd3f9c979ee86829db4f9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 20 Jan 2007 09:44:05 +0000 Subject: [PATCH] Fixed the output of texture files --- src/osgPlugins/osg/ReaderWriterOSG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osg/ReaderWriterOSG.cpp b/src/osgPlugins/osg/ReaderWriterOSG.cpp index 08c77b7e4..aeb44a7e5 100644 --- a/src/osgPlugins/osg/ReaderWriterOSG.cpp +++ b/src/osgPlugins/osg/ReaderWriterOSG.cpp @@ -105,7 +105,7 @@ class OSGReaderWriter : public ReaderWriter } if (opt=="OutputTextureFiles") { - fout.setOutputTextureFiles(false); + fout.setOutputTextureFiles(true); } } }