diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-11-08 03:26:25 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-11-08 03:26:25 +0200 |
commit | 7b356a0011eab4fc282c35da4b25c66ed164663f (patch) | |
tree | ad9c076b9f7189c724b41037b87120fb82d13426 /indra/newview/llvovolume.cpp | |
parent | c24b95e483549870a69062510f0abc9eded97a36 (diff) |
Backed out changeset: fb2eb1a59be6
Reverting MAINT-6125
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index da1587d494..8c026bae21 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1753,10 +1753,7 @@ BOOL LLVOVolume::updateGeometry(LLDrawable *drawable) dirtySpatialGroup(drawable->isState(LLDrawable::IN_REBUILD_Q1)); compiled = TRUE; lodOrSculptChanged(drawable, compiled); - if (!mLODChanged) - { - genBBoxes(FALSE); - } + genBBoxes(FALSE); } // it has its own drawable (it's moved) or it has changed UVs or it has changed xforms from global<->local else |