diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-01-28 17:25:44 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-01-28 17:25:44 +0200 |
commit | 42220977792ba7bc1fe99fedb315e0d408f3bff4 (patch) | |
tree | 63de81872cfcf3240a0064fb2d2912801bf03842 /indra/newview | |
parent | 64ce16aa078a028a2009d0d76bc2bf2133f033c5 (diff) |
SL-10413 FIXED environment does not change after double-clicking Sky Setting in Inventory the first time.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index ce231973c7..35860de7a2 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -351,6 +351,7 @@ void LLFloaterFixedEnvironment::onAssetLoaded(LLUUID asset_id, LLSettingsBase::p updateEditEnvironment(); syncronizeTabs(); refresh(); + LLEnvironment::instance().updateEnvironment(LLEnvironment::TRANSITION_FAST); } void LLFloaterFixedEnvironment::onNameChanged(const std::string &name) |