From 95a822b70d690f19c0fa152c755ebb122107473e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Sep 2008 13:18:12 +0000 Subject: [PATCH] From John Argentieri, added missing _stripTextureFilePath( false ) initializer. --- 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) {