Error in last commit

This commit is contained in:
Campbell Barton 2015-11-05 22:23:36 +11:00
parent 06ef778e08
commit ebb2a78c7a
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ static BMLoop *bm_loop_create(
l = BLI_mempool_alloc(bm->lpool);
BLI_assert((l_example == NULL) || (l_example->head.htype == BM_LOOP));
BLI_assert(!(create_flag & BM_CREATE_NO_DOUBLE));
BLI_assert(!(create_flag & 1));
#ifndef NDEBUG
if (l_example) {