diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-11-02 00:33:39 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-11-06 18:29:42 +0200 |
commit | 52c60ab3fdb8617471eccd9df52cc126e0243e76 (patch) | |
tree | 7496136c8551ef61fd306f119c7cc6a77ca16a47 /indra/newview/llmaterialeditor.h | |
parent | 3a5b678eba5d86acccb1a1f233f862d292258fac (diff) |
SL-20523 Local textures not updating on PBR Materials #4
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index fd8b259a1a..e6939098e0 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -231,6 +231,7 @@ class LLMaterialEditor : public LLPreview, public LLVOInventoryListener U32 getUnsavedChangesFlags() { return mUnsavedChanges; } U32 getRevertedChangesFlags() { return mRevertedChanges; } + LLUUID getLocalTextureTrackingIdFromFlag(U32 flag); static bool capabilitiesAvailable(); |