diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-30 13:56:05 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-30 13:56:05 -0500 |
| commit | 3a7e3eacb86989c936cd6960cfa7434f3b8232fc (patch) | |
| tree | b6e237a645261aeb3e7f6e04201fd3a7baed8841 /indra/newview/llvoavatar.cpp | |
| parent | 2f638300cd7e2c3ae675125ade037205403b5c54 (diff) | |
SH-3800 WIP - flag mismatched expectations for baked texture origins
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rwxr-xr-x | indra/newview/llvoavatar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 8f5d2a6aad..c512837632 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1796,8 +1796,8 @@ S32 LLVOAvatar::setTETexture(const U8 te, const LLUUID& uuid) } else { - llinfos << "get texture from other " << uuid << llendl; - return setTETextureCore(te, uuid, LLHost::invalid); + llinfos << "ignoring texture in non-baked slot " << uuid << " - will use null " << LLUUID::null << llendl; + return setTETextureCore(te, LLUUID::null, LLHost::invalid); } } |
