From 8babafadfd094446f8dbd106fe26d0de1a04f31a Mon Sep 17 00:00:00 2001 From: Faerbit Date: Wed, 4 Feb 2015 22:55:34 +0100 Subject: [PATCH] Reintroducing broken assert, because it's important. --- .../src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/bullet/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h b/extern/bullet/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h index 5f8007d..78382da 100644 --- a/extern/bullet/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h +++ b/extern/bullet/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h @@ -354,7 +354,7 @@ public: btAssert(m_useQuantization); - //btAssert(point.getX() <= m_bvhAabbMax.getX()); + btAssert(point.getX() <= m_bvhAabbMax.getX()); btAssert(point.getY() <= m_bvhAabbMax.getY()); btAssert(point.getZ() <= m_bvhAabbMax.getZ());