From 4824eac91e4df07696cd921a00ea11b6419f4f48 Mon Sep 17 00:00:00 2001 From: Paul MARTZ Date: Thu, 18 Sep 2008 15:32:53 +0000 Subject: [PATCH] Merge in r8888 to correctly init the strip textures option in the OpenFlight exporter. --- src/osgPlugins/OpenFlight/ExportOptions.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/osgPlugins/OpenFlight/ExportOptions.cpp b/src/osgPlugins/OpenFlight/ExportOptions.cpp index 9b499948e..2fb664ac7 100644 --- a/src/osgPlugins/OpenFlight/ExportOptions.cpp +++ b/src/osgPlugins/OpenFlight/ExportOptions.cpp @@ -105,7 +105,9 @@ ExportOptions::ExportOptions( const osgDB::ReaderWriter::Options* opt ) : _version( VERSION_16_1 ), _units( METERS ), _validate( false ), - _lightingDefault( true ) + _lightingDefault( true ), + _stripTextureFilePath( false ) + { if (opt) {