Bug reported on IRC by Chris Want

Remove doubles, editmode Mesh, returns short. doesnt work nice on large
meshes! Is int now.
This commit is contained in:
2004-11-24 16:29:10 +00:00
parent a34a8d2472
commit 598e5053cd
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ void convert_to_triface(int all)
}
short removedoublesflag(short flag, float limit) /* return amount */
int removedoublesflag(short flag, float limit) /* return amount */
{
EditMesh *em = G.editMesh;
/* all verts with (flag & 'flag') are being evaluated */