diff options
author | Aura Linden <aura@lindenlab.com> | 2014-07-22 18:23:48 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-07-22 18:23:48 -0700 |
commit | f61671aec7a15160f906650b4c7449be68c7b074 (patch) | |
tree | 1c8f08f04d137f41c5b8cbf9a579161ff0dd3538 /indra/newview/llspatialpartition.cpp | |
parent | 3d4acb535d75c4cc78c93dee318bcffaca691237 (diff) | |
parent | 532433674c9553636af9ea8d433b9da6d6fae587 (diff) |
Merged in release.
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 7b894d8d98..0a8257f42b 100755 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -62,6 +62,7 @@ static U32 sZombieGroups = 0; U32 LLSpatialGroup::sNodeCount = 0; U32 gOctreeMaxCapacity; +F32 gOctreeMinSize; BOOL LLSpatialGroup::sNoDelete = FALSE; |