Reintroducing broken assert, because it's important.
This commit is contained in:
parent
af3a82fcca
commit
dcfc8cca97
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user