summaryrefslogtreecommitdiff
path: root/indra/newview/llflexibleobject.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-05-27 19:06:11 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-05-27 19:06:11 +0300
commit027dbc2ccfe3a94db10fc1f85f7c0ee58c4eed4f (patch)
treeaa5c03cbb02c8cfe3c587ad295babba6d40f848f /indra/newview/llflexibleobject.cpp
parent32058405e151572137654c1f96bd7380c9f64261 (diff)
parenta426e8ddb31260cbc56106d433d967ebcb9b99aa (diff)
Merge branch 'DRTVWR-543-maint' into DRTVWR-543-maint_cmake
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;