diff options
Diffstat (limited to 'linden/indra/newview/llflexibleobject.cpp')
-rw-r--r-- | linden/indra/newview/llflexibleobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llflexibleobject.cpp b/linden/indra/newview/llflexibleobject.cpp index ec49c1a..95e6d17 100644 --- a/linden/indra/newview/llflexibleobject.cpp +++ b/linden/indra/newview/llflexibleobject.cpp | |||
@@ -305,7 +305,7 @@ BOOL LLVolumeImplFlexible::doIdleUpdate(LLAgent &agent, LLWorld &world, const F6 | |||
305 | new_res = mRenderRes; | 305 | new_res = mRenderRes; |
306 | } | 306 | } |
307 | 307 | ||
308 | if (!mInitialized) | 308 | if (!mInitialized || (mSimulateRes != new_res)) |
309 | { | 309 | { |
310 | mSimulateRes = new_res; | 310 | mSimulateRes = new_res; |
311 | setAttributesOfAllSections(); | 311 | setAttributesOfAllSections(); |