Upgrade to PhysX 5.1.3

This commit is contained in:
Wojtek Figat
2023-03-03 17:13:46 +01:00
parent 0112f70c05
commit a26d0d03eb
452 changed files with 58188 additions and 8646 deletions

View File

@@ -7,7 +7,7 @@
#include "Types.h"
#include <ThirdParty/PhysX/task/PxTask.h>
#include <ThirdParty/PhysX/foundation/PxSimpleTypes.h>
#include <ThirdParty/PhysX/foundation/PsSync.h>
#include <ThirdParty/PhysX/foundation/PxSync.h>
class MultiThreadStepper;
@@ -135,7 +135,7 @@ protected:
StepperTaskSimulate mSimulateTask;
StepperTask mCompletion0, mCompletion1;
PxScene* mScene;
shdfnd::Sync* mSync;
PxSync* mSync;
PxU32 mCurrentSubStep;
PxU32 mNbSubSteps;