diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-30 14:38:22 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-30 14:38:22 +0200 |
commit | 8f30d5f20413eac9356a84647dfb051cc02e3ba3 (patch) | |
tree | 88cff5ac5ff3c394df2f25743ef607692b3fae04 /indra/newview/llagent.cpp | |
parent | 3e7de89a6d0d58a34d9d75e9b114e9cf298276d6 (diff) |
EXT-2781. Added reference to issue in comments.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 79b0527a74..d2a56f65dd 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -751,6 +751,7 @@ void LLAgent::setFlying(BOOL fly) // because in this case we won't get a signal to start avatar flying animation and // it will be walking with flying mode "ON" indication. However we allow to switch // the flying mode off if we get ANIM_AGENT_STANDUP signal. See process_avatar_animation(). + // See EXT-2781. if(fly && mAvatarObject->mSignaledAnimations.find(ANIM_AGENT_STANDUP) != mAvatarObject->mSignaledAnimations.end()) { return; |