fix last commit

This commit is contained in:
Joseph Eagar 2021-04-11 21:44:00 -07:00
parent 06341c19c4
commit cd485a7c6f
1 changed files with 1 additions and 0 deletions

View File

@ -672,6 +672,7 @@ static BMFace *pbvh_bmesh_face_create(PBVH *pbvh,
do {
if (BM_ELEM_CD_GET_INT(l->v, cd_vert_node) == DYNTOPO_NODE_NONE) {
BLI_table_gset_add(node->bm_unique_verts, l->v);
BM_ELEM_CD_SET_INT(l->v, cd_vert_node, node_index);
} else {
BLI_table_gset_add(node->bm_other_verts, l->v);
}