diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-13 15:02:23 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-13 15:02:23 -0400 |
commit | ee0e23e77f10a5171899059ff157e8dab29ebd70 (patch) | |
tree | b7fc84c515f7c03d31f48bc9d23d808400853cd4 /indra/newview/llviewerregion.cpp | |
parent | f0c7413e46aef65b995c1c48910526be6f27b35d (diff) | |
parent | dd3069127bb437e95d106734e8a0ab95307e297c (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 8bb38e3e46..1d07960937 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -645,6 +645,7 @@ void LLViewerRegion::processRegionInfo(LLMessageSystem* msg, void**) { // send it to 'observers' // *TODO: switch the floaters to using LLRegionInfoModel + llinfos << "Processing region info" << llendl; LLRegionInfoModel::instance().update(msg); LLFloaterGodTools::processRegionInfo(msg); LLFloaterRegionInfo::processRegionInfo(msg); |