aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/dx/DxBatchedVector.h
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2017-10-20 14:30:56 +0200
committerMarijn Tamis <[email protected]>2017-10-20 14:36:12 +0200
commitfabb251458f4a2d6d4f87dd36038fac2774b378c (patch)
tree68a4a0ecd940dc949e0477d521d8c159968cfcd5 /NvCloth/src/dx/DxBatchedVector.h
parentNvCloth 1.1.2 Release. (22576033) (diff)
downloadnvcloth-1.1.3.tar.xz
nvcloth-1.1.3.zip
NvCloth 1.1.3 Release. (23014067)v1.1.3
Diffstat (limited to 'NvCloth/src/dx/DxBatchedVector.h')
-rw-r--r--NvCloth/src/dx/DxBatchedVector.h2
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);