Reintroducing broken assert, because it's important.
This commit is contained in:
parent
f45603fe4c
commit
4f8b90f441
@ -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