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 --- .../PhysXAPI/files/PxSimulationEventCallback_8h-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html index 5bae5110..11999d44 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html @@ -376,13 +376,13 @@ 00684 if(patches) 00685 { 00686 contacts = bufferMemory + patchCount * sizeof(PxContactPatch); -00687 PxMemCopy(patches, contactPatches, sizeof(PxContactPatch)*patchCount); -00688 PxMemCopy(contacts, contactPoints, contactStreamSize - (sizeof(PxContactPatch)*patchCount)); +00687 PxMemCopy(patches, contactPatches, sizeof(PxContactPatch)*patchCount); +00688 PxMemCopy(contacts, contactPoints, contactStreamSize - (sizeof(PxContactPatch)*patchCount)); 00689 } 00690 00691 if(contactImpulses) 00692 { -00693 PxMemCopy(bufferMemory + ((contactStreamSize + 15) & (~15)), contactImpulses, sizeof(PxReal) * contactCount); +00693 PxMemCopy(bufferMemory + ((contactStreamSize + 15) & (~15)), contactImpulses, sizeof(PxReal) * contactCount); 00694 } 00695 00696 if (newPair) -- cgit v1.2.3