Fixed constructor of aiMesh for improved lisibility
parent
30c6a74e1d
commit
bbfd56046b
|
@ -620,7 +620,7 @@ struct aiMesh
|
|||
, mBitangents( NULL )
|
||||
, mFaces( NULL )
|
||||
, mNumBones( 0 )
|
||||
, mBones( 0 )
|
||||
, mBones( NULL )
|
||||
, mMaterialIndex( 0 )
|
||||
, mNumAnimMeshes( 0 )
|
||||
, mAnimMeshes( NULL )
|
||||
|
|
Loading…
Reference in New Issue