Fixed own error: used wrong iteration count for cleaning weight groups

This commit is contained in:
Gaia Clary 2013-05-26 17:34:03 +00:00
parent 2efe0f6733
commit add5167b8d

@ -2026,7 +2026,7 @@ static void vgroup_clean_subset(Object *ob, const bool *vgroup_validmap, const i
continue;
}
j = vgroup_tot;
j = dv->totweight;
while (j--) {