From 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Mon, 20 Nov 2017 11:35:52 -0600 Subject: PhysX 3.4.1, APEX 1.4.1 Release @23131702 --- PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html index 42626226..370d25f9 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxMemory_8h-source.html @@ -69,7 +69,7 @@ 00070 return physx::intrinsics::memSet(dest, c, count); 00071 } 00072 -00084 PX_FORCE_INLINE void* PxMemCopy(void* PX_RESTRICT dest, const void* PX_RESTRICT src, PxU32 count) +00084 PX_FORCE_INLINE void* PxMemCopy(void* dest, const void* src, PxU32 count) 00085 { 00086 return physx::intrinsics::memCopy(dest, src, count); 00087 } -- cgit v1.2.3