Reintroducing broken assert, because it's important.
This commit is contained in:
parent
10082466cf
commit
8babafadfd
@ -354,7 +354,7 @@ public:
|
|||||||
|
|
||||||
btAssert(m_useQuantization);
|
btAssert(m_useQuantization);
|
||||||
|
|
||||||
//btAssert(point.getX() <= m_bvhAabbMax.getX());
|
btAssert(point.getX() <= m_bvhAabbMax.getX());
|
||||||
btAssert(point.getY() <= m_bvhAabbMax.getY());
|
btAssert(point.getY() <= m_bvhAabbMax.getY());
|
||||||
btAssert(point.getZ() <= m_bvhAabbMax.getZ());
|
btAssert(point.getZ() <= m_bvhAabbMax.getZ());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user