diff options
Diffstat (limited to 'PhysX_3.4/Source/Common/src/CmPhysXCommon.h')
| -rw-r--r-- | PhysX_3.4/Source/Common/src/CmPhysXCommon.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PhysX_3.4/Source/Common/src/CmPhysXCommon.h b/PhysX_3.4/Source/Common/src/CmPhysXCommon.h index a059e5bc..96135483 100644 --- a/PhysX_3.4/Source/Common/src/CmPhysXCommon.h +++ b/PhysX_3.4/Source/Common/src/CmPhysXCommon.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. @@ -50,8 +50,6 @@ // caused troubles (e.g. TTP 1705, TTP 306). #define PX_PARALLEL_TOLERANCE 1e-02f -#define PX_USE_16_BIT_HANDLES 0 - namespace physx { // alias shared foundation to something usable |