summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-01-28 17:25:44 +0200
committermaxim_productengine <mnikolenko@productengine.com>2019-01-28 17:25:44 +0200
commit42220977792ba7bc1fe99fedb315e0d408f3bff4 (patch)
tree63de81872cfcf3240a0064fb2d2912801bf03842 /indra/newview
parent64ce16aa078a028a2009d0d76bc2bf2133f033c5 (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.cpp1
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)