diff options
| author | Dessie Linden <dessie@lindenlab.com> | 2010-06-25 12:39:46 -0700 |
|---|---|---|
| committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-25 12:39:46 -0700 |
| commit | 3240b188e958fa6232ddb03bc29adb968c7521ac (patch) | |
| tree | 2ee6663288dd21f03444a435addbb1925dd389e6 /indra/newview/llagent.cpp | |
| parent | 89ff83d2e7aa6f5af27c3e235b467e5fcd2937a4 (diff) | |
| parent | 62cd50fe1edd67308cf0a2e5407bd4005e705681 (diff) | |
Merged from viewer-release
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 217fb0f988..345953f2e9 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3627,7 +3627,7 @@ void LLAgent::sendAgentSetAppearance() param; param = (LLViewerVisualParam*)gAgentAvatarp->getNextVisualParam()) { - if (param->getGroup() == VISUAL_PARAM_GROUP_TWEAKABLE) + if (param->getGroup() == VISUAL_PARAM_GROUP_TWEAKABLE) // do not transmit params of group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT { msg->nextBlockFast(_PREHASH_VisualParam ); |
