diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-09-07 18:13:12 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-09-07 18:13:12 +0300 |
commit | e057efb599e78d268d64657bff82a51e46265ca2 (patch) | |
tree | 72ce0a499bd1173631b2fdb80ce35d9e490207d3 /indra/newview/llviewerobject.h | |
parent | 3f072ceca06d134727cb1d4ee04779816a5c9604 (diff) |
MAINT-2047 FIXED Avatar follows the object only once if change object's location in Edit mode
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 24fcf0517e..7a490f6957 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -575,7 +575,7 @@ public: public: //counter-translation - void resetChildrenPosition(const LLVector3& offset, BOOL simplified = FALSE) ; + void resetChildrenPosition(const LLVector3& offset, BOOL simplified = FALSE, BOOL skip_avatar_child = FALSE) ; //counter-rotation void resetChildrenRotationAndPosition(const std::vector<LLQuaternion>& rotations, const std::vector<LLVector3>& positions) ; |