Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/collada/MeshImporter.h')
-rw-r--r--source/blender/io/collada/MeshImporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/collada/MeshImporter.h b/source/blender/io/collada/MeshImporter.h
index a63cb0da987..6f4f62b7f0f 100644
--- a/source/blender/io/collada/MeshImporter.h
+++ b/source/blender/io/collada/MeshImporter.h
@@ -108,7 +108,7 @@ class MeshImporter : public MeshImporterBase {
void set_face_uv(MLoopUV *mloopuv,
UVDataWrapper &uvs,
- int loop_index,
+ int start_index,
COLLADAFW::IndexList &index_list,
int count);