diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-17 19:04:09 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-17 19:04:09 +0300 |
commit | e6cc137b672db039c0dc043af6f215f4a9607eed (patch) | |
tree | 3f7601519b16410073894e76f1701d29bb8611cb /indra | |
parent | 5a4d07f5ab63afc0352ec11d220fe1d5053ee974 (diff) |
SL-9902 EEP Importing Sky from file should mark editor as dirty
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index ceb68de3c5..ad4dcd567a 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -769,7 +769,7 @@ void LLFloaterFixedEnvironmentSky::loadSkySettingFromFile(const std::vector<std: loadInventoryItem(LLUUID::null); - clearDirtyFlag(); + setDirtyFlag(); LLEnvironment::instance().setEnvironment(LLEnvironment::ENV_EDIT, legacysky); setEditSettings(legacysky); LLEnvironment::instance().updateEnvironment(LLEnvironment::TRANSITION_FAST, true); |