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:
authorJoseph Eagar <joeedh@gmail.com>2009-09-03 00:40:17 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-09-03 00:40:17 +0400
commitc753b259dbe89f786e031a3a600193cb6185577d (patch)
tree7349dec21d101919a46a0ed3925bb7fca62f04f9 /source/blender
parent564b9eabf6f4162c7b1b0221ccc298ce3c07eba4 (diff)
compile fix
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index 829c23db342..3e4e85a2500 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -99,7 +99,7 @@ static void mesh_ensure_tesselation_customdata(Mesh *me)
CustomData_free(&me->fdata, me->totface);
me->mface = NULL;
- mt->mtface = NULL;
+ me->mtface = NULL;
me->mcol = NULL;
me->totface = 0;