From 78cab22a61786a23f2ee1ad7c5dcbec0024befca Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 27 Nov 2018 13:02:50 -0600 Subject: PhysX 3.4, APEX 1.4 patch release @25256367 --- PhysX_3.4/Source/PhysX/src/NpAggregate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PhysX_3.4/Source/PhysX/src/NpAggregate.cpp') diff --git a/PhysX_3.4/Source/PhysX/src/NpAggregate.cpp b/PhysX_3.4/Source/PhysX/src/NpAggregate.cpp index cc98e656..d71de59c 100644 --- a/PhysX_3.4/Source/PhysX/src/NpAggregate.cpp +++ b/PhysX_3.4/Source/PhysX/src/NpAggregate.cpp @@ -380,7 +380,7 @@ NpAggregate* NpAggregate::createObject(PxU8*& address, PxDeserializationContext& return obj; } -void NpAggregate::requires(PxProcessPxBaseCallback& c) +void NpAggregate::requiresObjects(PxProcessPxBaseCallback& c) { for(PxU32 i=0; i < mNbActors; i++) { -- cgit v1.2.3