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
1 changed files with 3 additions and 0 deletions

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);