diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-08 09:00:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-08 09:00:05 -0400 |
commit | 3ebfcd70542b29bd709fc08860eb06f211e2fa6a (patch) | |
tree | 789a90952e63ea8f9ef508ecbee878f766b5d851 /indra/newview/lltracker.cpp | |
parent | ed15f056b1dc39498cff0913ab6b7d2b90b7e1ed (diff) | |
parent | 408987515462ceb60260f39efcbdd0dd163a5971 (diff) |
merge changes for DRTVWR-163
Diffstat (limited to 'indra/newview/lltracker.cpp')
-rw-r--r-- | indra/newview/lltracker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltracker.cpp b/indra/newview/lltracker.cpp index bf1f8808a7..cbd16e873d 100644 --- a/indra/newview/lltracker.cpp +++ b/indra/newview/lltracker.cpp @@ -251,7 +251,7 @@ void LLTracker::render3D() instance()->mBeaconText->setDoFade(FALSE); } - F32 dist = gFloaterWorldMap->getDistanceToDestination(instance()->mTrackedPositionGlobal, 0.0f); + F32 dist = gFloaterWorldMap->getDistanceToDestination(instance()->getTrackedPositionGlobal(), 0.0f); if (dist < DESTINATION_REACHED_RADIUS) { instance()->stopTrackingAvatar(); |