diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-11-08 11:50:46 -0600 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-11-08 11:50:46 -0600 |
| commit | e7b71cd8a10898320cf3e0aebc05bfdec3d2ffa3 (patch) | |
| tree | 3f18fa1088300af7dc728def65a97fa9d7253020 /indra/llprimitive/llgltfmaterial.cpp | |
| parent | 001f2915ea24a030b9a6fb26a3ecbeedee6402bc (diff) | |
SL-20582 Fix for overriding to alpha mode blend not working. Incidental decruft of dead code (thanks, Rye!)
Diffstat (limited to 'indra/llprimitive/llgltfmaterial.cpp')
| -rw-r--r-- | indra/llprimitive/llgltfmaterial.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llgltfmaterial.cpp b/indra/llprimitive/llgltfmaterial.cpp index f42c11ee21..c1f2a04154 100644 --- a/indra/llprimitive/llgltfmaterial.cpp +++ b/indra/llprimitive/llgltfmaterial.cpp @@ -715,6 +715,7 @@ void LLGLTFMaterial::applyOverrideLLSD(const LLSD& data) if (am.isInteger()) { mAlphaMode = (AlphaMode) am.asInteger(); + mOverrideAlphaMode = true; } const LLSD& ac = data["ac"]; |
