diff options
author | Dave Parks <davep@lindenlab.com> | 2010-06-04 00:10:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-06-04 00:10:05 -0500 |
commit | 7db6a5a64d8eacb63b45dc7cc48bdd681f3e19af (patch) | |
tree | 3faea8fac8c0305264bd1c356f08b7cf79139911 /indra/llmath/lloctree.h | |
parent | a4ce5c9eaa0d69ff7acf5fb710f0b9a601fb2a75 (diff) |
Disable octree paranoia checks.
Diffstat (limited to 'indra/llmath/lloctree.h')
-rw-r--r-- | indra/llmath/lloctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h index ae2259dba0..f61ce6ce05 100644 --- a/indra/llmath/lloctree.h +++ b/indra/llmath/lloctree.h @@ -45,7 +45,7 @@ #define OCT_ERRS LL_WARNS("OctreeErrors") #endif -#define LL_OCTREE_PARANOIA_CHECK 1 +#define LL_OCTREE_PARANOIA_CHECK 0 #if LL_DARWIN #define LL_OCTREE_MAX_CAPACITY 32 #else |