Fix missing call to AttributeWriter::finish with paint vertex selection

This commit is contained in:
Campbell Barton
2022-11-04 16:47:38 +11:00
parent eb8155ebcd
commit a4ea684bc8

View File

@@ -2965,6 +2965,9 @@ static bool ed_wpaint_vertex_select_pick(bContext *C,
changed = true;
}
else {
select_vert.finish();
}
if (changed) {
paintvert_tag_select_update(C, obact);