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/llvoavatar.cpp | |
| 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/llvoavatar.cpp')
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 904d08ac73..dfb9bb54e7 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5017,6 +5017,15 @@ BOOL LLVOAvatar::stopMotion(const LLUUID& id, BOOL stop_immediate) } //----------------------------------------------------------------------------- +// hasMotionFromSource() +//----------------------------------------------------------------------------- +// virtual +bool LLVOAvatar::hasMotionFromSource(const LLUUID& source_id) +{ + return false; +} + +//----------------------------------------------------------------------------- // stopMotionFromSource() //----------------------------------------------------------------------------- // virtual |
