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)
: mFileName( pFile )
, mReader( NULL )
, mDataLibrary()
, mAccessorLibrary()
, mMeshLibrary()
, mNodeLibrary()
, mImageLibrary()
, mEffectLibrary()
, mMaterialLibrary()
, mLightLibrary()
, mCameraLibrary()
, mControllerLibrary()
//, mDataLibrary()
//, mAccessorLibrary()
//, mMeshLibrary()
//, mNodeLibrary()
//, mImageLibrary()
//, mEffectLibrary()
//, mMaterialLibrary()
//, mLightLibrary()
//, mCameraLibrary()
//, mControllerLibrary()
, mRootNode( NULL )
, mAnims()
//, mAnims()
, mUnitSize( 1.0f )
, mUpDirection( UP_Y )
, mFormat(FV_1_5_n ) // We assume the newest file format by default