diff options
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index caeee9f210..8951d0ef33 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -834,6 +834,8 @@ void LLAgent::setRegion(LLViewerRegion *regionp) // we could trake this at the dataserver side, but that's harder U64 handle = regionp->getHandle(); mRegionsVisited.insert(handle); + + gSelectMgr->updateSelectionCenter(); } |