diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-27 23:20:17 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-27 23:20:31 +0300 |
commit | 119b02937ed42502549ba3dab2db48c6edef9425 (patch) | |
tree | f309ab301363cd5a7dbe2adf81b14b077e4eb102 /indra/newview/lltexturectrl.h | |
parent | d8872d5273b5cc952f692d970f19db90588a1508 (diff) |
SL-19958 An inventory material without asset should default to a blank material #2
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index c66e618782..ba310dd9a6 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -357,6 +357,7 @@ public: protected: void refreshLocalList(); void refreshInventoryFilter(); + void setImageIDFromItem(const LLInventoryItem* itemp, bool set_selection = true); LLPointer<LLViewerTexture> mTexturep; LLPointer<LLFetchedGLTFMaterial> mGLTFMaterial; |