diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-12-11 08:00:22 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-12-11 08:00:22 -0800 |
| commit | 89385d1aa3ae18274a2049d2ca7472f1160e17d7 (patch) | |
| tree | b3824d53329c64b51468736d95a27f9d888fcef4 /indra/newview/llenvironment.cpp | |
| parent | 8c128f5b635b4ae8f36b37fde8702aedc2fad1cc (diff) | |
| parent | 87e83274f7f0be38c571c9f01848368d0fc160bf (diff) | |
Merge
Diffstat (limited to 'indra/newview/llenvironment.cpp')
| -rw-r--r-- | indra/newview/llenvironment.cpp | 1 |
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(); }); |
