Reintroducing broken assert, because it's important.

This commit is contained in:
Faerbit 2015-02-04 22:55:34 +01:00
parent af3a82fcca
commit dcfc8cca97

View File

@ -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());