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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user