From 90963f4c0a38c705fe85101f2be5fdd09911b10f Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 29 Apr 2019 16:21:42 +0200 Subject: Fix potential namespace issues when using NvCloth together with PhysX. --- NvCloth/src/dx/DxSolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NvCloth/src/dx/DxSolver.cpp') diff --git a/NvCloth/src/dx/DxSolver.cpp b/NvCloth/src/dx/DxSolver.cpp index c341aa8..c0e39e1 100644 --- a/NvCloth/src/dx/DxSolver.cpp +++ b/NvCloth/src/dx/DxSolver.cpp @@ -268,7 +268,7 @@ void cloth::DxSolver::addClothAppend(Cloth* cloth) void cloth::DxSolver::addClothUpdateData() { // sort cloth instances by size - shdfnd::sort(mCloths.begin(), mCloths.size(), ClothSimCostGreater(), NonTrackingAllocator()); + ps::sort(mCloths.begin(), mCloths.size(), ClothSimCostGreater(), ps::NonTrackingAllocator()); DxContextLock contextLock(mFactory); -- cgit v1.2.3