more assert macro trickery

This commit is contained in:
Anthony J. Thibault 2019-06-17 16:11:19 -07:00
parent e6e40e7b48
commit c75dc29c03

View file

@ -119,7 +119,9 @@ static std::vector<int> buildJointIndexMap(const AnimSkeleton& dstSkeleton, cons
*bad_ptr = 0x0badf00d; \
} \
} while (0)
#endif // #ifdef USE_CUSTOM_ASSERT
#else
#define ASSERT assert
#endif
void AnimClip::copyFromNetworkAnim() {
assert(_networkAnim && _networkAnim->isLoaded() && _skeleton);