diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-07 23:17:38 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-07 23:17:38 -0400 |
commit | a89ec17529d183e61fc98a8cd5fa73dceb90ec9c (patch) | |
tree | be9c97633eb5ff75a384db2d9be95fb508d6a37a /indra/newview/llhudeffectlookat.cpp | |
parent | 5f8b94094877730082340dc21ff0162b6177a427 (diff) | |
parent | 77b33d9623c08152932282048fe847d79fcf43cd (diff) |
Automated merge with https://bitbucket.org/don_linden/sunshine-experimental
Diffstat (limited to 'indra/newview/llhudeffectlookat.cpp')
-rw-r--r-- | indra/newview/llhudeffectlookat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudeffectlookat.cpp b/indra/newview/llhudeffectlookat.cpp index bc3b220dc0..9dde65ceb6 100644 --- a/indra/newview/llhudeffectlookat.cpp +++ b/indra/newview/llhudeffectlookat.cpp @@ -636,7 +636,7 @@ bool LLHUDEffectLookAt::calcTargetPosition() } else { - target_rot = target_av->mRoot.getWorldRotation(); + target_rot = target_av->mRoot->getWorldRotation(); } } else // target obj is not an avatar |