diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-10-17 15:37:36 -0700 | 
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-10-17 15:37:36 -0700 | 
| commit | 89fe8d61336b213ccebc1e4a937df4b83f492243 (patch) | |
| tree | 61ba1d7d7bd474c0a70d321b6aa1cf3c5956764c | |
| parent | 4db38a86cbdc98d50facb89d1b8ad7d050ff76f8 (diff) | |
Update llmaterialeditor.cpp
SL-20392
| -rw-r--r-- | indra/newview/llmaterialeditor.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp index 218e241185..7a65231a2d 100644 --- a/indra/newview/llmaterialeditor.cpp +++ b/indra/newview/llmaterialeditor.cpp @@ -3285,7 +3285,7 @@ S32 LLMaterialEditor::saveTextures()          work_count++;          // For ease of inventory management, we prepend the material name. -        std::string name = mMaterialName + ": " + mNormalName; +        std::string name = mMaterialName + ": " + mMetallicRoughnessName;          saveTexture(mMetallicRoughnessJ2C, name, mMetallicTextureUploadId, [key](LLUUID newAssetId, LLSD response)          { @@ -3328,7 +3328,7 @@ S32 LLMaterialEditor::saveTextures()          work_count++;          // For ease of inventory management, we prepend the material name. -        std::string name = mMaterialName + ": " + mNormalName; +        std::string name = mMaterialName + ": " + mEmissiveName;          saveTexture(mEmissiveJ2C, name, mEmissiveTextureUploadId, [key](LLUUID newAssetId, LLSD response)          { | 
