save 4 bytes per BMLoop, added some comments on index use.

This commit is contained in:
2011-12-13 05:20:02 +00:00
parent 30d129593b
commit 8c521496dd
3 changed files with 13 additions and 12 deletions

View File

@@ -199,7 +199,7 @@ void bmesh_bevel_exec(BMesh *bm, BMOperator *op)
continue;
BM_ITER(l2, &liter2, bm, BM_LOOPS_OF_FACE, l->f) {
BM_SetIndex(l2, BLI_array_count(tags)); /* set_dirty! */
BM_SetIndex(l2, BLI_array_count(tags)); /* set_loop */
BLI_array_growone(tags);
if (!BMO_TestFlag(bm, l2->e, EDGE_OLD)) {