fix build

pull/704/head
Kim Kulling 2015-12-08 20:36:31 +01:00
parent 0a6788d56f
commit b694bfd021
1 changed files with 11 additions and 11 deletions

View File

@ -66,18 +66,18 @@ using namespace Assimp::Collada;
ColladaParser::ColladaParser( IOSystem* pIOHandler, const std::string& pFile) ColladaParser::ColladaParser( IOSystem* pIOHandler, const std::string& pFile)
: mFileName( pFile ) : mFileName( pFile )
, mReader( NULL ) , mReader( NULL )
, mDataLibrary() //, mDataLibrary()
, mAccessorLibrary() //, mAccessorLibrary()
, mMeshLibrary() //, mMeshLibrary()
, mNodeLibrary() //, mNodeLibrary()
, mImageLibrary() //, mImageLibrary()
, mEffectLibrary() //, mEffectLibrary()
, mMaterialLibrary() //, mMaterialLibrary()
, mLightLibrary() //, mLightLibrary()
, mCameraLibrary() //, mCameraLibrary()
, mControllerLibrary() //, mControllerLibrary()
, mRootNode( NULL ) , mRootNode( NULL )
, mAnims() //, mAnims()
, mUnitSize( 1.0f ) , mUnitSize( 1.0f )
, mUpDirection( UP_Y ) , mUpDirection( UP_Y )
, mFormat(FV_1_5_n ) // We assume the newest file format by default , mFormat(FV_1_5_n ) // We assume the newest file format by default