Fix error tagging vertices as loose in the screw modifier

Regression in 90a23dec46.
This commit is contained in:
Campbell Barton 2022-05-12 20:10:23 +10:00
parent c21cc4dad5
commit 6f5d172d6c
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ static Mesh *modifyMesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh *
/* Tag mvert as not loose. */
BLI_BITMAP_ENABLE(vert_tag, med_orig->v1);
BLI_BITMAP_ENABLE(vert_tag, med_orig->v1);
BLI_BITMAP_ENABLE(vert_tag, med_orig->v2);
}
/* build polygon -> edge map */