diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-11-02 23:49:55 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-11-06 18:29:42 +0200 |
commit | 0d8893822d8975194313e940914afc8945754a21 (patch) | |
tree | cc1422e523fcc42c3086d6e59609fc8bfbbdb385 /indra/newview/lllocalgltfmaterials.cpp | |
parent | 52c60ab3fdb8617471eccd9df52cc126e0243e76 (diff) |
SL-20523 Local textures not updating on PBR Materials #5
Diffstat (limited to 'indra/newview/lllocalgltfmaterials.cpp')
-rw-r--r-- | indra/newview/lllocalgltfmaterials.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/lllocalgltfmaterials.cpp b/indra/newview/lllocalgltfmaterials.cpp index b7fdead3f9..61e0163798 100644 --- a/indra/newview/lllocalgltfmaterials.cpp +++ b/indra/newview/lllocalgltfmaterials.cpp @@ -119,15 +119,6 @@ S32 LLLocalGLTFMaterial::getIndexInFile() const return mMaterialIndex; } -void LLLocalGLTFMaterial::addTextureEntry(LLTextureEntry* te) -{ - mTextureEntires.insert(te); -} -void LLLocalGLTFMaterial::removeTextureEntry(LLTextureEntry* te) -{ - mTextureEntires.erase(te); -} - /* update functions */ bool LLLocalGLTFMaterial::updateSelf() { |