diff options
author | Richard Linden <none@none> | 2011-10-26 11:53:01 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-26 11:53:01 -0700 |
commit | f3c0bbf1620a3a65eaa517903467a2a65681e106 (patch) | |
tree | a77f3b8254ce9030ee3d0e2395a72ebf4ff63501 /indra/llmath | |
parent | 1b173ed82b65c7bb5f5d5294847a721b64f8cf35 (diff) | |
parent | b0df4f12040152afe0813875eddfe83a078079a2 (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llmath')
-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 e5ca47da69..3c1ae45d68 100644 --- a/indra/llmath/lloctree.h +++ b/indra/llmath/lloctree.h @@ -681,7 +681,7 @@ public: if (lt != 0x7) { - OCT_ERRS << "!!! ELEMENT EXCEEDS RANGE OF SPATIAL PARTITION !!!" << llendl; + //OCT_ERRS << "!!! ELEMENT EXCEEDS RANGE OF SPATIAL PARTITION !!!" << llendl; return false; } |