diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-04-28 13:06:55 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-04-28 13:06:55 +0300 |
commit | e05c7d70d4bb338426c29728659dd6ef75459e0d (patch) | |
tree | 0b4804d4201ce7ae5ee5a4bf92fb0d75036b191e /indra/newview/lltracker.h | |
parent | b493edd2c32273b767d8bc3177b3b662947a5655 (diff) |
MAINT-1639 FIXED map seach clears itself when you are at the first place in map search
Diffstat (limited to 'indra/newview/lltracker.h')
-rwxr-xr-x | indra/newview/lltracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltracker.h b/indra/newview/lltracker.h index 218f3430a6..a1c5052c1b 100755 --- a/indra/newview/lltracker.h +++ b/indra/newview/lltracker.h @@ -116,7 +116,7 @@ protected: void stopTrackingAll(BOOL clear_ui = FALSE); void stopTrackingAvatar(BOOL clear_ui = FALSE); - void stopTrackingLocation(BOOL clear_ui = FALSE); + void stopTrackingLocation(BOOL clear_ui = FALSE, BOOL dest_reached = FALSE); void stopTrackingLandmark(BOOL clear_ui = FALSE); void drawMarker(const LLVector3d& pos_global, const LLColor4& color); |