diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-02 11:31:34 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-02 11:31:34 -0600 |
commit | 627e3d51c61778e07e350689ce68ede24afe61ab (patch) | |
tree | 478314848e6b756d64b63b732009d1c9a67b53f4 /indra/newview/llspatialpartition.cpp | |
parent | 4694a46f7bbbb5ec57d4695d13e0a557b1d094da (diff) |
SL-19130 Fix for stuck LoD.
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 2f199cc8e7..32d76e690d 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -710,11 +710,6 @@ BOOL LLSpatialGroup::changeLOD() return TRUE; } - - if (mDistance > mRadius*2.f) - { - return FALSE; - } } if (needsUpdate()) |