diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-06-30 15:23:53 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-07-01 15:18:30 -0700 |
commit | 21d581ed389fe8a23967332b77e213403a51f908 (patch) | |
tree | 6a65a0316c1223c0ecd2155592891e6a95345201 /indra/newview/llvovolume.h | |
parent | a3312328bfd211998e32985e0c4b0ff242b8c8cf (diff) |
SL-17448: Fix LOD/octree update feedback loops causing LOD fluctuations.
May also fix octree updates on mere material changes due to general refactoring.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index cbc7735968..8009c92702 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -233,7 +233,7 @@ public: void updateFaceFlags(); void regenFaces(); - BOOL genBBoxes(BOOL force_global); + BOOL genBBoxes(BOOL force_global); void preRebuild(); virtual void updateSpatialExtents(LLVector4a& min, LLVector4a& max); virtual F32 getBinRadius(); @@ -393,7 +393,7 @@ protected: void removeMediaImpl(S32 texture_index) ; private: - bool lodOrSculptChanged(LLDrawable *drawable, BOOL &compiled); + bool lodOrSculptChanged(LLDrawable *drawable, BOOL &compiled, BOOL &shouldUpdateOctreeBounds); public: |