diff options
| author | Marijn Tamis <[email protected]> | 2019-04-29 16:21:42 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2019-04-29 16:21:42 +0200 |
| commit | 90963f4c0a38c705fe85101f2be5fdd09911b10f (patch) | |
| tree | 34ca6c9e642ce4998612e3ee5bf3264a57c21277 /NvCloth/src/ps/windows/PsWindowsFPU.h | |
| parent | 1.1.6 Release. (diff) | |
| download | nvcloth-90963f4c0a38c705fe85101f2be5fdd09911b10f.tar.xz nvcloth-90963f4c0a38c705fe85101f2be5fdd09911b10f.zip | |
Fix potential namespace issues when using NvCloth together with PhysX.
Diffstat (limited to 'NvCloth/src/ps/windows/PsWindowsFPU.h')
| -rw-r--r-- | NvCloth/src/ps/windows/PsWindowsFPU.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NvCloth/src/ps/windows/PsWindowsFPU.h b/NvCloth/src/ps/windows/PsWindowsFPU.h index d85e531..dc8b90e 100644 --- a/NvCloth/src/ps/windows/PsWindowsFPU.h +++ b/NvCloth/src/ps/windows/PsWindowsFPU.h @@ -30,7 +30,7 @@ #ifndef PSFOUNDATION_PSWINDOWSFPU_H #define PSFOUNDATION_PSWINDOWSFPU_H -PX_INLINE physx::shdfnd::SIMDGuard::SIMDGuard() +PX_INLINE nv::cloth::ps::SIMDGuard::SIMDGuard() { #if !PX_ARM mControlWord = _mm_getcsr(); @@ -39,7 +39,7 @@ PX_INLINE physx::shdfnd::SIMDGuard::SIMDGuard() #endif } -PX_INLINE physx::shdfnd::SIMDGuard::~SIMDGuard() +PX_INLINE nv::cloth::ps::SIMDGuard::~SIMDGuard() { #if !PX_ARM // restore control word and clear any exception flags |