diff options
author | Sabrina Shanman <cosmic@lindenlab.com> | 2022-07-12 19:00:22 +0000 |
---|---|---|
committer | Sabrina Shanman <cosmic@lindenlab.com> | 2022-07-12 19:00:22 +0000 |
commit | 12b49fde1d279f41a12a0b90b1acb509568f3aff (patch) | |
tree | bd21c954cdff7505ff68a3d73366f6f2408b0825 | |
parent | caa5b92fb77f55360032a3dac10385c84b457cbf (diff) | |
parent | 0715790057516dbec279d95e8b1732acd04d0b3a (diff) |
Merged in SL-17751 (pull request #1058)
SL-17751: Fix bounding boxes not updating in special cases, leading to object invisibility
Approved-by: Andrey Lihatskiy
-rw-r--r-- | indra/newview/llvovolume.h | 2 |
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(); |