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.

This commit is contained in:
Shyotl
2011-10-20 19:29:51 -05:00
parent 8a5793ce23
commit 88e373c960

View File

@@ -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();