From 83896f18b3cf1f0b19dea385ff34575d84628fab Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Fri, 9 Dec 2016 19:27:01 +0100 Subject: [PATCH] Update ObjFileImporter.h --- code/ObjFileImporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ObjFileImporter.h b/code/ObjFileImporter.h index a962d43c4..bd3f42f27 100644 --- a/code/ObjFileImporter.h +++ b/code/ObjFileImporter.h @@ -100,7 +100,7 @@ private: void createMaterials(const ObjFile::Model* pModel, aiScene* pScene); /// @brief Adds special property for the used texture mapping mode of the model. - void addTextureMappingModeProperty(aiMaterial* mat, aiTextureType type, int clampMode = 1); + void addTextureMappingModeProperty(aiMaterial* mat, aiTextureType type, int clampMode = 1, int index = 0); //! \brief Appends a child node to a parent node and updates the data structures. void appendChildToParentNode(aiNode *pParent, aiNode *pChild);