aboutsummaryrefslogtreecommitdiff
path: root/tools/LegacyConverter/src/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/LegacyConverter/src/Main.cpp')
-rwxr-xr-xtools/LegacyConverter/src/Main.cpp3
1 files changed, 1 insertions, 2 deletions
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;