small fix of wrong opslot name

This commit is contained in:
Joseph Eagar
2009-03-23 00:28:05 +00:00
parent 52fc6d7829
commit a083d7c5b5

View File

@@ -682,7 +682,7 @@ static void addedgeface_mesh(EditMesh *em, wmOperator *op)
ok = EDBM_Finish(bm, em, op, 1);
if (!ok) return OPERATOR_CANCELLED;
len = BMO_GetSlot(&bmop, "connectverts")->len;
len = BMO_GetSlot(&bmop, "edgeout")->len;
if (len) return;
}