diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-18 13:27:11 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-18 13:27:11 -0700 |
commit | 4c1a633c232880f4ac6e01807f1084e5d5c68b1e (patch) | |
tree | ccaab4d5e4ac61fa80e34290d0704edfdd6dbc88 /indra/newview/llfloaterfixedenvironment.cpp | |
parent | 430c5cd23558ba42c7da0e31845a3677e66f1fed (diff) |
Day cycle editor changes for loading settings. (Not complete)
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.cpp')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index f03c8ba7d1..8365311179 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -210,9 +210,9 @@ void LLFloaterFixedEnvironment::loadInventoryItem(const LLUUID &inventoryId) [this](LLUUID asset_id, LLSettingsBase::ptr_t settins, S32 status, LLExtStat) { onAssetLoaded(asset_id, settins, status); }); } -void LLFloaterFixedEnvironment::onAssetLoaded(LLUUID asset_id, LLSettingsBase::ptr_t settins, S32 status) +void LLFloaterFixedEnvironment::onAssetLoaded(LLUUID asset_id, LLSettingsBase::ptr_t settings, S32 status) { - mSettings = settins; + mSettings = settings; updateEditEnvironment(); syncronizeTabs(); refresh(); |