summaryrefslogtreecommitdiff
path: root/indra/newview/llflexibleobject.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-05-27 19:05:14 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-05-27 19:05:14 +0300
commita426e8ddb31260cbc56106d433d967ebcb9b99aa (patch)
treeaa5c03cbb02c8cfe3c587ad295babba6d40f848f /indra/newview/llflexibleobject.cpp
parent8bfd7e16f80ca8de96c583370fa73ddcd273529e (diff)
DRTVWR-543 post-merge cleanup
Diffstat (limited to 'indra/newview/llflexibleobject.cpp')
-rw-r--r--indra/newview/llflexibleobject.cpp5
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;