Fix T41971: BMesh mapping slot arg error

This commit is contained in:
2014-10-01 22:36:09 +10:00
parent 5f948fb77f
commit 497d06d64d

View File

@@ -507,7 +507,7 @@ static int bpy_slot_from_py(BMesh *bm, BMOperator *bmop, BMOpSlot *slot, PyObjec
return -1;
}
}
/* fall-through */
break;
}
default:
/* TODO --- many others */