From 88e373c960676fbc323339456ba6bde4de4e2837 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Thu, 20 Oct 2011 19:29:51 -0500 Subject: [PATCH] The copy button in the face edit panel saves the texture params to a non-existant saved setting for some reason. This throws a crasloop prompt. Setting is never read back, so just commenting out this line. --- indra/newview/llpanelface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 7e340d369..271ea92c4 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1207,7 +1207,7 @@ void LLPanelFace::onClickCopy(void* userdata) LLInventoryItem* itemp = gInventory.getItem(objectp->getTE(i)->getID()); LLUUID tex = tex_params["imageid"]; tex_params["imageid"] = LLUUID::null; - gSavedPerAccountSettings.setLLSD("Image.Settings", tex_params); + //gSavedPerAccountSettings.setLLSD("Image.Settings", tex_params); if (itemp) { LLPermissions perms = itemp->getPermissions();