Skip to content
Snippets Groups Projects
Commit 82762286 authored by Oz Linden's avatar Oz Linden
Browse files

merge changes for storm-1870

parents c432ee15 f58cfdac
No related branches found
No related tags found
No related merge requests found
......@@ -631,6 +631,7 @@ Jonathan Yap
STORM-1809
STORM-1793
STORM-1810
STORM-1870
Kadah Coba
STORM-1060
Jondan Lundquist
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment