summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2023-09-08 21:55:15 -0700
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2023-09-08 21:55:15 -0700
commit7761ebea4836e0e30148711159ea744bcaea28a9 (patch)
tree6b18c5c2580740e7ef1dbcb6b298b41aa8abdf1c
parentd4c75b9b765631c1ccfc369e765529aefe3e061a (diff)
Update llheroprobemanager.cpp
DRTVWR-583
-rw-r--r--indra/newview/llheroprobemanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llheroprobemanager.cpp b/indra/newview/llheroprobemanager.cpp
index f1906272b8..13faf13a0f 100644
--- a/indra/newview/llheroprobemanager.cpp
+++ b/indra/newview/llheroprobemanager.cpp
@@ -112,10 +112,8 @@ void LLHeroProbeManager::update()
{
LLVector3 hero_pos = mNearestHero->mDrawable->mXform.getWorldPosition();
- bool hit = false;
LLVector4a hit_pos;
LLVector3 focus_point;
- LLViewerObject* obj = LLViewerMediaFocus::getInstance()->getFocusedObject();
LLQuaternion camera_rot;
F32 angleInRadians = 180 * DEG_TO_RAD;