correct grammar/typographic errors in comments (8 files)

This commit is contained in:
Stephen Gold
2023-11-23 12:08:01 -08:00
committed by Kim Kulling
parent a0b3df6dbd
commit 213d73ebc6
8 changed files with 8 additions and 8 deletions

View File

@@ -904,7 +904,7 @@ void ASEImporter::ConvertMeshes(ASE::Mesh &mesh, std::vector<aiMesh *> &avOutMes
ASSIMP_LOG_WARN("Material index is out of range");
}
// If the material the mesh is assigned to is consisting of submeshes, split it
// If the material the mesh is assigned to consists of submeshes, split it
if (!mParser->m_vMaterials[mesh.iMaterialIndex].avSubMaterials.empty()) {
std::vector<ASE::Material> vSubMaterials = mParser->m_vMaterials[mesh.iMaterialIndex].avSubMaterials;