From ef6937e69e8ee3f409cf9d460d5ad300a65d5924 Mon Sep 17 00:00:00 2001 From: sschirm Date: Fri, 23 Dec 2016 14:20:36 +0100 Subject: PhysX 3.4 / APEX 1.4 release candidate @21506124 --- .../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 c97f7c27..0439c3a5 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