Skip to content
Snippets Groups Projects
Commit 12b49fde authored by Sabrina Shanman's avatar Sabrina Shanman
Browse files

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
parents caa5b92f 07157900
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ class LLVOVolume : public LLViewerObject ...@@ -233,7 +233,7 @@ class LLVOVolume : public LLViewerObject
void updateFaceFlags(); void updateFaceFlags();
void regenFaces(); 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(); void preRebuild();
virtual void updateSpatialExtents(LLVector4a& min, LLVector4a& max); virtual void updateSpatialExtents(LLVector4a& min, LLVector4a& max);
virtual F32 getBinRadius(); virtual F32 getBinRadius();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment