Missed last commit

This commit is contained in:
Campbell Barton
2016-05-06 05:42:00 +10:00
parent 7122b05ac3
commit 2812a8f7eb

View File

@@ -299,7 +299,6 @@ int BM_iter_mesh_bitmap_from_filter_tessface(
else {
for (int tri = 2; tri < f->len; tri++) {
BLI_BITMAP_DISABLE(bitmap, bitmap_enabled);
bitmap_enabled++;
}
}
}