diff options
author | Dave Parks <davep@lindenlab.com> | 2024-09-06 16:39:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 16:39:58 -0500 |
commit | 1f754e50908ba325c132b8d83383f7f0dbbdf793 (patch) | |
tree | b43c0ac56fde2713a332eaa1f7f16c9595429e7c /indra/newview/llvovolume.h | |
parent | a861e86398e5d3fde9ffb388b2ccfc3624b3a5f7 (diff) |
#2467 Fix for sim surrounds not fully loading (#2524)
Also fixes some sculpts getting wrong LoD
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 6241bf42d6..97a5131260 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -451,6 +451,7 @@ public: private: friend class LLDrawable; friend class LLFace; + friend class LLViewerFetchedTexture; bool mFaceMappingChanged; LLFrameTimer mTextureUpdateTimer; |