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/llviewermessage.cpp | |
parent | 3e7de89a6d0d58a34d9d75e9b114e9cf298276d6 (diff) |
EXT-2781. Added reference to issue in comments.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index f9f778449b..ed138f24ca 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -3947,6 +3947,7 @@ void process_avatar_animation(LLMessageSystem *mesgsys, void **user_data) // flying animation from server, the AGENT_CONTROL_FLY flag remains set but the // avatar does not play flying animation, so we switch flying mode off. // See LLAgent::setFlying(). This may cause "Stop Flying" button to blink. + // See EXT-2781. if (animation_id == ANIM_AGENT_STANDUP && gAgent.getFlying()) { gAgent.setFlying(FALSE); |