Correct vpaint vertex circle select

Would run validate when not needed.
This commit is contained in:
Campbell Barton 2018-08-14 17:01:31 +10:00
parent 8203e70709
commit 2044ee00c2
1 changed files with 1 additions and 1 deletions

View File

@ -2495,7 +2495,7 @@ static void paint_vertsel_circle_select(ViewContext *vc, const bool select, cons
meshobject_foreachScreenVert(vc, paint_vertsel_circle_select_doSelectVert, &data, V3D_PROJ_TEST_CLIP_DEFAULT);
}
if (select != LEFTMOUSE) {
if (select == false) {
BKE_mesh_mselect_validate(me);
}
paintvert_flush_flags(ob);