fix for typo in recent commit.

This commit is contained in:
Campbell Barton
2013-01-15 22:26:46 +00:00
parent faf2779ea5
commit 87f8925a76

View File

@@ -1293,7 +1293,7 @@ void CU_deselect_all(Object *obedit)
else if (nu->bp) {
BPoint *bp;
for (bp = nu->bp, a = 0; a < nu->pntsu * nu->pntsv; a++, bp++) {
bp->f1 & ~SELECT;
bp->f1 &= ~SELECT;
}
}
}