Update DropFaceNormalsProcess.cpp

Fix typo.
pull/2194/head
Kim Kulling 2018-10-29 16:58:02 +01:00 committed by GitHub
parent 6d1dee606a
commit c465040738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void DropFaceNormalsProcess::Execute( aiScene* pScene) {
// ------------------------------------------------------------------------------------------------
// Executes the post processing step on the given imported data.
bool DropFaceNormalsProcess::GenMeshFaceNormals (aiMesh* pMesh) {
bool DropFaceNormalsProcess::DropMeshFaceNormals (aiMesh* pMesh) {
if (NULL == pMesh->mNormals) {
return false;
}