diff options
author | Oz Linden <oz@lindenlab.com> | 2013-11-18 19:05:34 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-11-18 19:05:34 -0500 |
commit | 6bd777214c535b91048533c792cb2dd499ec6ebf (patch) | |
tree | 24cd4bb15bac292cfd71c39dcdd58e597fffb8e3 /indra/newview/llmoveview.cpp | |
parent | ebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff) |
add callbacks to LLAgent for Region and Parcel changes
Diffstat (limited to 'indra/newview/llmoveview.cpp')
-rwxr-xr-x | indra/newview/llmoveview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index eb6591eb39..32b168b8c5 100755 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -140,7 +140,7 @@ BOOL LLFloaterMove::postBuild() initMovementMode(); - LLViewerParcelMgr::getInstance()->addAgentParcelChangedCallback(LLFloaterMove::sUpdateFlyingStatus); + gAgent.addParcelChangedCallback(LLFloaterMove::sUpdateFlyingStatus); return TRUE; } |