Fix not reported: Face selection sometimes does not work in weight, paint and texture mode.

This commit is contained in:
2019-08-06 17:26:52 -03:00
parent 00cb31de65
commit f4e27bc2c9

View File

@@ -179,6 +179,9 @@ static void draw_select_id_mesh(SELECTID_StorageList *stl,
DRW_shgroup_call(vert_shgrp, geom_verts, ob);
*r_vert_offset = *r_edge_offset + me->totvert;
}
else {
*r_vert_offset = *r_edge_offset;
}
}
void select_id_draw_object(void *vedata,