diff options
author | Rider Linden <rider@lindenlab.com> | 2018-10-17 12:17:18 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-10-17 12:17:18 -0700 |
commit | 26806a77702ab0e1395cc37c64d88899771ad1b0 (patch) | |
tree | 27afb0eb5c1cbdac84b558c573b881f5974f0fd3 /indra | |
parent | 6cdcc7fe2edcb6c001f2dabf48c87e00d907a4db (diff) | |
parent | e6cc137b672db039c0dc043af6f215f4a9607eed (diff) |
Merge
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); |