diff options
Diffstat (limited to 'NvCloth/src/SwInterCollision.cpp')
| -rw-r--r-- | NvCloth/src/SwInterCollision.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/src/SwInterCollision.cpp b/NvCloth/src/SwInterCollision.cpp index efa57ba..08235b0 100644 --- a/NvCloth/src/SwInterCollision.cpp +++ b/NvCloth/src/SwInterCollision.cpp @@ -253,7 +253,7 @@ uint32_t calculatePotentialColliders(const cloth::SwInterCollisionData* cBegin, // sort indices by their minimum extent on the sweep axis ClothSorter<T4f> predicate(clothBounds, numCloths, sweepAxis); - shdfnd::sort(sortedIndices, numCloths, predicate, nv::cloth::NonTrackingAllocator()); + ps::sort(sortedIndices, numCloths, predicate, nv::cloth::ps::NonTrackingAllocator()); for (uint32_t i = 0; i < numCloths; ++i) { |