diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-11-26 16:09:43 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-11-26 16:09:43 -0500 |
| commit | fe3a9306233d8fddbbb7d961c398e51d49c29b42 (patch) | |
| tree | 1875aa113b8b356b26eada5bb64cbf5b0d15824d /indra/newview/llagent.cpp | |
| parent | 335810246253c04ac3c2ab4f5db556991ed717d6 (diff) | |
| parent | 52ec6f9af029797615a80e5a889572c18914d56e (diff) | |
merge fix for STORM-1984
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rwxr-xr-x | indra/newview/llagent.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 325707bbf1..79da9e5873 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1099,9 +1099,9 @@ const LLVector3 &LLAgent::getPositionAgent() mFrameAgent.setOrigin(gAgentAvatarp->getPositionAgent()); } else - { - mFrameAgent.setOrigin(gAgentAvatarp->getRenderPosition()); - } + { + mFrameAgent.setOrigin(gAgentAvatarp->getRenderPosition()); + } } |
