diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
| commit | 78cab22a61786a23f2ee1ad7c5dcbec0024befca (patch) | |
| tree | 27cb86e3add785670ddfdbfc901f1654d74d1cb2 /PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h | |
| parent | PhysX 3.4, APEX 1.4 patch release @24990349 (diff) | |
| download | physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.tar.xz physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.zip | |
PhysX 3.4, APEX 1.4 patch release @25256367
Diffstat (limited to 'PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h')
| -rw-r--r-- | PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h b/PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h index be60c88a..8de6ef9d 100644 --- a/PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h +++ b/PhysX_3.4/Source/GeomUtils/src/convex/GuConvexMesh.h @@ -107,8 +107,8 @@ namespace Gu PX_PHYSX_COMMON_API virtual void onRefCountZero(); PX_PHYSX_COMMON_API static ConvexMesh* createObject(PxU8*& address, PxDeserializationContext& context); PX_PHYSX_COMMON_API static void getBinaryMetaData(PxOutputStream& stream); - void resolveReferences(PxDeserializationContext&) {} - virtual void requires(PxProcessPxBaseCallback&){} + void resolveReferences(PxDeserializationContext&){} + virtual void requiresObjects(PxProcessPxBaseCallback&){} //~PX_SERIALIZATION PX_PHYSX_COMMON_API ConvexMesh(); |