diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-09-20 17:34:38 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-09-20 17:34:38 +0300 |
commit | d21917338e7e465a5e2ccc87ecca1e75c7e2903b (patch) | |
tree | 3360d3b9e34cf758270334ec8fcc29f741309280 /indra/newview/pipeline.cpp | |
parent | 2d463b41f2d13427b5ac72058ea04897703af375 (diff) |
SL-6531 Objects rotating with llTargetOmega now "vibrate" on spin axis when the camera is focused on them
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 8133c1c6f3..ad8a24ca96 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -2010,7 +2010,7 @@ void LLPipeline::updateMovedList(LLDrawable::drawable_vector_t& moved_list) drawablep->clearState(LLDrawable::EARLY_MOVE | LLDrawable::MOVE_UNDAMPED); if (done) { - if (drawablep->isRoot()) + if (drawablep->isRoot() && !drawablep->isState(LLDrawable::ACTIVE)) { drawablep->makeStatic(); } |