diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-27 19:05:14 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-27 19:05:14 +0300 |
commit | a426e8ddb31260cbc56106d433d967ebcb9b99aa (patch) | |
tree | aa5c03cbb02c8cfe3c587ad295babba6d40f848f /indra/newview/llflexibleobject.cpp | |
parent | 8bfd7e16f80ca8de96c583370fa73ddcd273529e (diff) |
DRTVWR-543 post-merge cleanup
Diffstat (limited to 'indra/newview/llflexibleobject.cpp')
-rw-r--r-- | indra/newview/llflexibleobject.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index 9b1a1d4e85..d5115df35f 100644 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -788,10 +788,7 @@ BOOL LLVolumeImplFlexible::doUpdateGeometry(LLDrawable *drawable) volume->updateRelativeXform(); - if (mRenderRes > -1) - { - doFlexibleUpdate(); - } + doFlexibleUpdate(); // Object may have been rotated, which means it needs a rebuild. See SL-47220 BOOL rotated = FALSE; |