diff options
Diffstat (limited to 'tools/AuthoringTool/src/AuthoringTool.cpp')
| -rwxr-xr-x | tools/AuthoringTool/src/AuthoringTool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/AuthoringTool/src/AuthoringTool.cpp b/tools/AuthoringTool/src/AuthoringTool.cpp index 76574f3..4a94ae3 100755 --- a/tools/AuthoringTool/src/AuthoringTool.cpp +++ b/tools/AuthoringTool/src/AuthoringTool.cpp @@ -241,7 +241,7 @@ unsigned char *LoadBitmapFile(const char *filename, BITMAPINFOHEADER *bitmapInfo bool initPhysX()
{
- gFoundation = PxCreateFoundation(PX_FOUNDATION_VERSION, NvBlastGetPxAllocatorCallback(), NvBlastGetPxErrorCallback());
+ gFoundation = PxCreateFoundation(PX_PHYSICS_VERSION, NvBlastGetPxAllocatorCallback(), NvBlastGetPxErrorCallback());
if (!gFoundation)
{
std::cerr << "Can't init PhysX foundation" << std::endl;
|