summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorJJ Linden <jj@lindenlab.com>2013-09-30 15:41:51 -0700
committerJJ Linden <jj@lindenlab.com>2013-09-30 15:41:51 -0700
commita6c20ae524610de2f8681cff8353d062a69b923e (patch)
tree929e4a253e4b83ca7e07543916e709d50fdf855e /indra/llprimitive
parent6c13c4dd552a05cf055a90bdd90937de9f3903a5 (diff)
parentad777b46d0fe5d790e43efb1771e9f64f3ad3dfb (diff)
merging
Diffstat (limited to 'indra/llprimitive')
-rwxr-xr-xindra/llprimitive/lltextureentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/lltextureentry.cpp b/indra/llprimitive/lltextureentry.cpp
index 597f078490..0db75a0e82 100755
--- a/indra/llprimitive/lltextureentry.cpp
+++ b/indra/llprimitive/lltextureentry.cpp
@@ -545,7 +545,7 @@ S32 LLTextureEntry::setMaterialID(const LLMaterialID& pMaterialID)
{
mMaterialUpdatePending = true;
mMaterialID = pMaterialID;
- return TEM_CHANGE_NONE;
+ return TEM_CHANGE_TEXTURE;
}
mMaterialUpdatePending = false;