Alembic: #undef'ed the correct macro

TEST_RET is not defined anywhere in Blender's sources, and LAYER_CMP
is no longer used after this function ends.
This commit is contained in:
Sybren A. Stüvel 2017-02-07 14:53:09 +01:00
parent ce9df09067
commit b320873382
1 changed files with 1 additions and 1 deletions

View File

@ -2595,7 +2595,7 @@ bool CustomData_from_bmeshpoly_test(CustomData *fdata, CustomData *pdata, Custom
if (!LAYER_CMP(ldata, CD_TANGENT, fdata, CD_TANGENT))
return false;
#undef TEST_RET
#undef LAYER_CMP
/* if no layers are on either CustomData's,
* then there was nothing to do... */