diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-01-19 16:38:30 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-01-19 16:38:30 -0500 |
| commit | cf2876447708214fb12aa17af378fac5c9924034 (patch) | |
| tree | f59a63f4998f71174fafc6f763223d008e91a7fe /indra/newview/llagent.cpp | |
| parent | 120e64387cc8275de68aca990d186540f5468c89 (diff) | |
| parent | 061b04132ddf96dc55f962add8bf254bba54bd46 (diff) | |
pulling tags back from beta branch
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 77552663ab..7d908df5ce 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -64,6 +64,7 @@ #include "lltool.h" #include "lltoolmgr.h" #include "lltrans.h" +#include "llurlentry.h" #include "llviewercontrol.h" #include "llviewerdisplay.h" #include "llviewerjoystick.h" @@ -649,6 +650,10 @@ void LLAgent::setRegion(LLViewerRegion *regionp) } mRegionp = regionp; + // Pass the region host to LLUrlEntryParcel to resolve parcel name + // with a server request. + LLUrlEntryParcel::setRegionHost(getRegionHost()); + // Must shift hole-covering water object locations because local // coordinate frame changed. LLWorld::getInstance()->updateWaterObjects(); |
