From d1c812f1162e5fdb13c215792725b2591d7428f5 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 15 Sep 2017 15:41:57 -0500 Subject: PhysX 3.4.1, APEX 1.4.1 Release @22845541 --- PhysX_3.4/Source/Common/src/CmPtrTable.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'PhysX_3.4/Source/Common/src/CmPtrTable.cpp') diff --git a/PhysX_3.4/Source/Common/src/CmPtrTable.cpp b/PhysX_3.4/Source/Common/src/CmPtrTable.cpp index 50ab31c0..96e437a8 100644 --- a/PhysX_3.4/Source/Common/src/CmPtrTable.cpp +++ b/PhysX_3.4/Source/Common/src/CmPtrTable.cpp @@ -75,8 +75,6 @@ PxU32 PtrTable::find(const void* ptr) const if(ptrs[i] == ptr) return i; } - - PX_ASSERT(0); return 0xffffffff; } -- cgit v1.2.3