From 2c6c9b436d821d0698da0d62fef07dc00468d97e Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 11 Sep 2023 10:26:13 +0200 Subject: [PATCH] Update mesh.h Fix a typo. --- include/assimp/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/mesh.h b/include/assimp/mesh.h index fc3f2e7a2..3ef94e606 100644 --- a/include/assimp/mesh.h +++ b/include/assimp/mesh.h @@ -989,7 +989,7 @@ struct aiMesh { // Construct and null-init array mTextureCoordsNames = new aiString *[AI_MAX_NUMBER_OF_TEXTURECOORDS]; for (size_t i=0; i