summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-02-01 10:16:52 -0600
committerRunitaiLinden <davep@lindenlab.com>2024-02-01 10:16:52 -0600
commita4225663ac3feb641fb8fb416889fd46b52763f5 (patch)
tree5abaa044cb9cb0192689b5fce46effd983f68e96 /indra/newview/llheroprobemanager.cpp
parent476cbaed6a876c308baa057b50af2631668f7293 (diff)
#677 Set mirror pass flag in llsettingsvo
Diffstat (limited to 'indra/newview/llheroprobemanager.cpp')
-rw-r--r--indra/newview/llheroprobemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llheroprobemanager.cpp b/indra/newview/llheroprobemanager.cpp
index bbe493f6a9..ed37a67c85 100644
--- a/indra/newview/llheroprobemanager.cpp
+++ b/indra/newview/llheroprobemanager.cpp
@@ -166,7 +166,7 @@ void LLHeroProbeManager::update()
LLVector3 point = (reject - project) + hero_pos;
mCurrentClipPlane.setVec(hero_pos, face_normal);
- mMirrorPosition = hero_pos;
+ mMirrorPosition = mNearestHero->getPositionAgent();
mMirrorNormal = LLVector3(0, 0, 1);