summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2014-02-13 17:03:36 -0600
committerDave Parks <davep@lindenlab.com>2014-02-13 17:03:36 -0600
commitbfe520387ed3061ba55ea2e58c565016e7a3159e (patch)
treea976271d60f91dcc0a8e31f77e49cc5278f57731 /indra/newview/llspatialpartition.cpp
parent7e291bb4689c45d6f470d2a1958339728c52d8ce (diff)
MAINT-2876 Fix for freeze when editing certain rigged meshes at high altitude.
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-xindra/newview/llspatialpartition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index 2c83f6d0b7..69ba51b10a 100755
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -78,6 +78,7 @@ U32 LLSpatialGroup::sNodeCount = 0;
std::set<GLuint> LLSpatialGroup::sPendingQueries;
U32 gOctreeMaxCapacity;
+F32 gOctreeMinSize;
BOOL LLSpatialGroup::sNoDelete = FALSE;