diff options
Diffstat (limited to 'NvCloth/src/dx/DxBatchedVector.h')
| -rw-r--r-- | NvCloth/src/dx/DxBatchedVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>& 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); |