diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-07-21 13:01:11 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-08-11 16:30:49 -0700 |
commit | e7e565dc6e7e0c666132ffffa4798b2cfc00d6a4 (patch) | |
tree | 0c142c10d50be9a52dba2f73f3b26865e829be24 /indra/newview/llpanelface.h | |
parent | 9be8103142dc16b58dcf930d5d1f70f49272837f (diff) |
SL-20024: Put material in object inventory when material is no-modify or no-transfer
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index f6a813f9e5..e2d9f65e58 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -583,7 +583,6 @@ public: DEF_EDIT_MAT_STATE(LLUUID,const LLUUID&,setNormalID); DEF_EDIT_MAT_STATE(LLUUID,const LLUUID&,setSpecularID); DEF_EDIT_MAT_STATE(LLColor4U, const LLColor4U&,setSpecularLightColor); - DEF_EDIT_MAT_STATE(LLUUID, const LLUUID&, setMaterialID); }; class LLSelectedTE |