From John Argentieri, added missing _stripTextureFilePath( false ) initializer.

This commit is contained in:
Robert Osfield
2008-09-18 13:18:12 +00:00
parent 9cca510d6c
commit 95a822b70d

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