From fabb251458f4a2d6d4f87dd36038fac2774b378c Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Fri, 20 Oct 2017 14:30:56 +0200 Subject: NvCloth 1.1.3 Release. (23014067) --- NvCloth/src/dx/DxBatchedVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NvCloth/src/dx/DxBatchedVector.h') diff --git a/NvCloth/src/dx/DxBatchedVector.h b/NvCloth/src/dx/DxBatchedVector.h index 2c5e313..76b9b22 100644 --- a/NvCloth/src/dx/DxBatchedVector.h +++ b/NvCloth/src/dx/DxBatchedVector.h @@ -297,7 +297,7 @@ class DxBatchedVector void swap(DxBatchedVector& other) { - PX_ASSERT(&mStorage == &other.mStorage); + NV_CLOTH_ASSERT(&mStorage == &other.mStorage); physx::shdfnd::swap(mOffset, other.mOffset); physx::shdfnd::swap(mSize, other.mSize); physx::shdfnd::swap(mCapacity, other.mCapacity); -- cgit v1.2.3