fix [#30786] bmesh: select linked not ignoring hidden verts/edges/faces (part 2)

This commit is contained in:
Campbell Barton
2012-04-03 07:35:50 +00:00
parent 285970753e
commit cc6b8bd3e6

View File

@@ -1919,7 +1919,7 @@ static int edbm_select_linked_exec(bContext *C, wmOperator *op)
BMW_init(&walker, em->bm, BMW_SHELL,
BMW_MASK_NOP, BMW_MASK_NOP, BMW_MASK_NOP,
BMW_FLAG_NOP, /* BMESH_TODO - should be BMW_FLAG_TEST_HIDDEN ? */
BMW_FLAG_TEST_HIDDEN,
BMW_NIL_LAY);
BM_ITER(v, &iter, em->bm, BM_VERTS_OF_MESH, NULL) {