aboutsummaryrefslogtreecommitdiff
path: root/PxShared/include/foundation/PxMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'PxShared/include/foundation/PxMemory.h')
-rw-r--r--PxShared/include/foundation/PxMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PxShared/include/foundation/PxMemory.h b/PxShared/include/foundation/PxMemory.h
index b0191e3..6a8a6ed 100644
--- a/PxShared/include/foundation/PxMemory.h
+++ b/PxShared/include/foundation/PxMemory.h
@@ -81,7 +81,7 @@ PX_FORCE_INLINE void* PxMemSet(void* dest, PxI32 c, PxU32 count)
\return Pointer to destination memory block
*/
-PX_FORCE_INLINE void* PxMemCopy(void* PX_RESTRICT dest, const void* PX_RESTRICT src, PxU32 count)
+PX_FORCE_INLINE void* PxMemCopy(void* dest, const void* src, PxU32 count)
{
return physx::intrinsics::memCopy(dest, src, count);
}