Fixes small problem with my last commit and MSVC compilers, originally pointed

out on commiters ML here:
http://projects.blender.org/pipermail/bf-committers/2006-February/013677.html
This commit is contained in:
2006-02-22 14:14:43 +00:00
parent 2878386546
commit 30437b47ed

View File

@@ -5912,13 +5912,13 @@ int collapseFaces(int uvmerge){
CollectedFace *currface;
Collection *facecollection;
allcollections.first = 0;
allcollections.last = 0;
int groupcount;
int vcount,totFaces,mergecount;
float avgcount[3];
allcollections.first = 0;
allcollections.last = 0;
mergecount = 0;
build_facecollection(&allcollections);
groupcount = BLI_countlist(&allcollections);