summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-07-11 14:53:18 -0700
committerCosmic Linden <cosmic@lindenlab.com>2022-07-12 10:43:12 -0700
commit0715790057516dbec279d95e8b1732acd04d0b3a (patch)
treebd21c954cdff7505ff68a3d73366f6f2408b0825 /indra
parentcaa5b92fb77f55360032a3dac10385c84b457cbf (diff)
SL-17751: Fix bounding boxes not updating in special cases, leading to object invisibility
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llvovolume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h
index ce6c155883..66c87494df 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 should_update_octree_bounds = FALSE);
+ BOOL genBBoxes(BOOL force_global, BOOL should_update_octree_bounds = TRUE);
void preRebuild();
virtual void updateSpatialExtents(LLVector4a& min, LLVector4a& max);
virtual F32 getBinRadius();