summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-09-30 20:02:33 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-09-30 20:02:33 +0300
commitcaaa711c6a4e56795b1fd08f0585cedba3e4212c (patch)
treeba48d037229553daf1a8f065788d7cdf1cc48bad /indra/newview/llvoavatarself.h
parent1edf45f33b52b2f7e86d0e9b58fa7373e4870f5a (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-xindra/newview/llvoavatarself.h1
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);