diff options
author | Dave Parks <davep@lindenlab.com> | 2014-02-13 17:03:36 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2014-02-13 17:03:36 -0600 |
commit | bfe520387ed3061ba55ea2e58c565016e7a3159e (patch) | |
tree | a976271d60f91dcc0a8e31f77e49cc5278f57731 /indra/newview/llspatialpartition.cpp | |
parent | 7e291bb4689c45d6f470d2a1958339728c52d8ce (diff) |
MAINT-2876 Fix for freeze when editing certain rigged meshes at high altitude.
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-x | indra/newview/llspatialpartition.cpp | 1 |
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; |