From 382fc710e5d7a039ed459e5ace667eb073d2ac8e Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 8 Dec 2012 17:07:15 -0600 Subject: [PATCH] Disable octree statistics gathering. --- indra/llmath/lloctree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h index 5779b7400..9a541f008 100644 --- a/indra/llmath/lloctree.h +++ b/indra/llmath/lloctree.h @@ -60,7 +60,7 @@ template class LLOctreeNode; #include "lltimer.h" -#define LL_OCTREE_STATS +//#define LL_OCTREE_STATS #define LL_OCTREE_POOLS #ifdef LL_OCTREE_STATS class OctreeStats : public LLSingleton