diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-09 20:00:39 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-09 20:00:39 +0300 |
commit | 2a7600fbd2a29cb6ac34767ed82eeef1fa4a1fbe (patch) | |
tree | c9c2133a91f1eea5e04c914fb2af22939843933a /indra/newview/llenvironment.cpp | |
parent | 30ef616af5cfbb552458e88acd9f803aa076a08b (diff) |
MAINT-8887 Fixed Environment pulled from asset store not applied when loaded
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 b2bd20d809..de3cb4982d 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -595,6 +595,7 @@ void LLEnvironment::onSetEnvAssetLoaded(EnvSelection_t env, LLUUID asset_id, LLS } setEnvironment(env, settings); + updateEnvironment(); } void LLEnvironment::clearEnvironment(LLEnvironment::EnvSelection_t env) |