Fixed constructor of aiMesh for improved lisibility

pull/261/head
Léo Terziman 2014-01-17 10:33:54 +01:00
parent 30c6a74e1d
commit bbfd56046b
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ struct aiMesh
, mBitangents( NULL )
, mFaces( NULL )
, mNumBones( 0 )
, mBones( 0 )
, mBones( NULL )
, mMaterialIndex( 0 )
, mNumAnimMeshes( 0 )
, mAnimMeshes( NULL )