summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2023-08-06 23:33:29 -0700
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2023-08-06 23:33:29 -0700
commitb861832102abf469963bd3c56f7b009ba4432d6a (patch)
tree6f46fbf8eb185a1883c3dda0d896a1de3254f439 /indra/llprimitive
parentf4a6a434fab9bbce34e5c11408323967c5b5e22e (diff)
Making more progress, need to add the heroprobe manager.
DRTVWR-583
Diffstat (limited to 'indra/llprimitive')
-rw-r--r--indra/llprimitive/lltextureentry.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llprimitive/lltextureentry.cpp b/indra/llprimitive/lltextureentry.cpp
index d057e5ab29..fdf3774bfa 100644
--- a/indra/llprimitive/lltextureentry.cpp
+++ b/indra/llprimitive/lltextureentry.cpp
@@ -696,14 +696,6 @@ S32 LLTextureEntry::setMaterialParams(const LLMaterialPtr pMaterialParams)
}
mMaterial = pMaterialParams;
- // TODO: GZ: We should avoid magic UUIDs in the future, but for development we're using one for the time being. Remove this later.
- if (mMaterial->getSpecularID().asString() == "da7ecda1-e780-423f-ce27-26df7dc69cb6")
- {
- setRenderableTarget(RT_MIRROR);
- } else {
- setRenderableTarget(RT_DISABLED);
- }
-
return TEM_CHANGE_TEXTURE;
}