summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-10-11 18:00:38 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-10-11 18:00:38 +0300
commit6486a8fcfc37f07be063caba19c0020bc44a1ca9 (patch)
tree18b7b456f23419818d7f56f81c4ad3b304679c75 /indra
parentde34937c50492cb9d79859af000554d876ef7267 (diff)
SL-9863 EEP Saving a Daycycle after Loading Frame saves a Sky setting instead
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloatereditextdaycycle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp
index e1220e5592..4513240407 100644
--- a/indra/newview/llfloatereditextdaycycle.cpp
+++ b/indra/newview/llfloatereditextdaycycle.cpp
@@ -1600,8 +1600,6 @@ void LLFloaterEditExtDayCycle::onPickerCommitSetting(LLUUID item_id)
LLViewerInventoryItem *itemp = gInventory.getItem(item_id);
if (itemp)
{
- mInventoryId = item_id;
- mInventoryItem = itemp;
LLSettingsVOBase::getSettingsAsset(itemp->getAssetUUID(),
[this, track, frame, item_id](LLUUID asset_id, LLSettingsBase::ptr_t settings, S32 status, LLExtStat) { onAssetLoadedForFrame(item_id, asset_id, settings, status, track, frame); });
}