Merge in r8888 to correctly init the strip textures option in the OpenFlight exporter.

This commit is contained in:
Paul MARTZ
2008-09-18 15:32:53 +00:00
parent b310af4ed9
commit 4824eac91e

View File

@@ -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)
{