diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-09-30 20:02:33 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-09-30 20:02:33 +0300 |
commit | caaa711c6a4e56795b1fd08f0585cedba3e4212c (patch) | |
tree | ba48d037229553daf1a8f065788d7cdf1cc48bad /indra/newview/llvoavatarself.h | |
parent | 1edf45f33b52b2f7e86d0e9b58fa7373e4870f5a (diff) |
MAINT-4448 FIXED Avatar often stops animating when being animated by an intan solo dance ball on Interesting based viewers only.
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rwxr-xr-x | indra/newview/llvoavatarself.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index e03de9fa0b..ad73dd89b7 100755 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -82,6 +82,7 @@ public: // LLCharacter interface and related //-------------------------------------------------------------------- public: + /*virtual*/ bool hasMotionFromSource(const LLUUID& source_id); /*virtual*/ void stopMotionFromSource(const LLUUID& source_id); /*virtual*/ void requestStopMotion(LLMotion* motion); /*virtual*/ LLJoint* getJoint(const std::string &name); |