Fix typo in editmesh edge delete

This commit is contained in:
2018-05-24 17:49:44 +02:00
parent 72f4bdf604
commit b2ee8e1cba

View File

@@ -438,7 +438,7 @@ static int edbm_delete_exec(bContext *C, wmOperator *op)
break;
case MESH_DELETE_EDGE: /* Erase Edges */
if (!(em->bm->totedgesel &&
EDBM_op_callf(em, op, "delete geom=%he context=%i", BM_ELEM_SELECT, DEL_FACES)))
EDBM_op_callf(em, op, "delete geom=%he context=%i", BM_ELEM_SELECT, DEL_EDGES)))
{
continue;
}