From 6486a8fcfc37f07be063caba19c0020bc44a1ca9 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Thu, 11 Oct 2018 18:00:38 +0300 Subject: SL-9863 EEP Saving a Daycycle after Loading Frame saves a Sky setting instead --- indra/newview/llfloatereditextdaycycle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview') 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); }); } -- cgit v1.2.3