summaryrefslogtreecommitdiff
path: root/indra/newview/llenvironment.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-12-11 08:00:22 -0800
committerGraham Linden <graham@lindenlab.com>2018-12-11 08:00:22 -0800
commit89385d1aa3ae18274a2049d2ca7472f1160e17d7 (patch)
treeb3824d53329c64b51468736d95a27f9d888fcef4 /indra/newview/llenvironment.cpp
parent8c128f5b635b4ae8f36b37fde8702aedc2fad1cc (diff)
parent87e83274f7f0be38c571c9f01848368d0fc160bf (diff)
Merge
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-rw-r--r--indra/newview/llenvironment.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp
index 20021fb075..d8095ad2ce 100644
--- a/indra/newview/llenvironment.cpp
+++ b/indra/newview/llenvironment.cpp
@@ -364,6 +364,7 @@ void LLEnvironment::initSingleton()
//TODO: This frequently results in one more request than we need. It isn't breaking, but should be nicer.
// We need to know new env version to fix this, without it we can only do full re-request
+ // Happens: on updates, on opening LLFloaterRegionInfo, on region crossing if info floater is open
LLRegionInfoModel::instance().setUpdateCallback([this]() { requestRegion(); });
gAgent.addRegionChangedCallback([this]() { onRegionChange(); });