Update llheroprobemanager.cpp

DRTVWR-583
master
Jonathan "Geenz" Goodman 2023-09-08 21:55:15 -07:00
parent d4c75b9b76
commit 7761ebea48
1 changed files with 0 additions and 2 deletions

View File

@ -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;