aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/SampleBase/utils/CallbackImplementations.h
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2019-06-13 11:54:31 +0200
committerMarijn Tamis <[email protected]>2019-06-13 11:54:31 +0200
commit145cd88fcd3ab3e16862b90c932175a5b6e17636 (patch)
treec090bd8d0f58d75ecfeb03b654bbae558775c0ce /NvCloth/samples/SampleBase/utils/CallbackImplementations.h
parentReadme version number changed to 1.1.6 (diff)
downloadnvcloth-145cd88fcd3ab3e16862b90c932175a5b6e17636.tar.xz
nvcloth-145cd88fcd3ab3e16862b90c932175a5b6e17636.zip
Fix PxAssertHandler namespace issue when compiling with PhysX 4.1.
Diffstat (limited to 'NvCloth/samples/SampleBase/utils/CallbackImplementations.h')
-rw-r--r--NvCloth/samples/SampleBase/utils/CallbackImplementations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/samples/SampleBase/utils/CallbackImplementations.h b/NvCloth/samples/SampleBase/utils/CallbackImplementations.h
index 214f689..6957399 100644
--- a/NvCloth/samples/SampleBase/utils/CallbackImplementations.h
+++ b/NvCloth/samples/SampleBase/utils/CallbackImplementations.h
@@ -136,7 +136,7 @@ class ErrorCallback : public physx::PxErrorCallback
};
-class AssertHandler : public physx::PxAssertHandler
+class AssertHandler : public nv::cloth::PxAssertHandler
{
public:
virtual void operator()(const char* exp, const char* file, int line, bool& ignore)