diff --git a/src/bullet/src/BulletCollision/CollisionShapes/btOptimizedBvh.h b/src/bullet/src/BulletCollision/CollisionShapes/btOptimizedBvh.h index 966df8a85..df4c4e3e4 100644 --- a/src/bullet/src/BulletCollision/CollisionShapes/btOptimizedBvh.h +++ b/src/bullet/src/BulletCollision/CollisionShapes/btOptimizedBvh.h @@ -359,6 +359,26 @@ public: btAssert(m_useQuantization); #ifdef BT_DEBUG + if( (point.getX() > m_bvhAabbMax.getX() )) + { + std::cout << "Bullet Assertion error " + << point.getX() << " "< m_bvhAabbMax.getX() ) || (point.getY() > m_bvhAabbMax.getY() ) || (point.getZ() > m_bvhAabbMax.getZ() ) ||