From d61c455a4775f966b44cc47804b9e0f160d3d332 Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Tue, 10 Nov 2020 20:53:31 -0800 Subject: Merge request #17 PhysX4 compatibility Other changes for linux and UE4CrossCompileLinux, and all packaging to work --- tools/LegacyConverter/src/Main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/LegacyConverter') diff --git a/tools/LegacyConverter/src/Main.cpp b/tools/LegacyConverter/src/Main.cpp index cc66b42..d0dde48 100755 --- a/tools/LegacyConverter/src/Main.cpp +++ b/tools/LegacyConverter/src/Main.cpp @@ -47,7 +47,6 @@ #include "NvBlastExtSerializationInternal.h" #include "NvBlastPxCallbacks.h" #include "PxFoundation.h" -#include "PxFoundationVersion.h" #include "PxPhysicsVersion.h" @@ -108,7 +107,7 @@ static int init_framework() NvBlastExtTkSerializerLoadSet(*sFwk, *sSer); } - sFnd = PxCreateFoundation(PX_FOUNDATION_VERSION, NvBlastGetPxAllocatorCallback(), NvBlastGetPxErrorCallback()); + sFnd = PxCreateFoundation(PX_PHYSICS_VERSION, NvBlastGetPxAllocatorCallback(), NvBlastGetPxErrorCallback()); if (sFnd != nullptr) { PxTolerancesScale tol; -- cgit v1.2.3