diff options
Diffstat (limited to 'NvCloth/samples')
| -rw-r--r-- | NvCloth/samples/SampleBase/utils/CallbackImplementations.h | 2 |
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) |