blob: 2561f354cd3ce1c2f41d1b3e2b0fd9392d54af64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- dependencies/ogrenew/OgreMain/include/OgreAxisAlignedBox.h.orig 2009-02-22 20:59:55.000000000 +0300
+++ dependencies/ogrenew/OgreMain/include/OgreAxisAlignedBox.h 2009-04-08 05:57:39.000000000 +0400
@@ -235,8 +235,8 @@
*/
inline void setExtents( const Vector3& min, const Vector3& max )
{
- assert( (min.x <= max.x && min.y <= max.y && min.z <= max.z) &&
- "The minimum corner of the box must be less than or equal to maximum corner" );
+// assert( (min.x <= max.x && min.y <= max.y && min.z <= max.z) &&
+// "The minimum corner of the box must be less than or equal to maximum corner" );
mExtent = EXTENT_FINITE;
mMinimum = min;
|