diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-13 17:28:05 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-13 17:28:05 -0500 |
commit | 72dfb2abce5d5635e7f81436d65c8689d161eb37 (patch) | |
tree | 61172e83b68ab88726d0882ec0f01b8e4b6ebd65 /indra/llprimitive | |
parent | 7fba28471a39e9ffaf866ca6cf379c6b684c0d18 (diff) |
SH-3812 WIP, SH-3852 WIP - some metrics cleanup, added rebake when needed and sb system is unavailable, to avoid stale appearance problems
Diffstat (limited to 'indra/llprimitive')
-rwxr-xr-x[-rw-r--r--] | indra/llprimitive/llprimitive.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llprimitive.cpp b/indra/llprimitive/llprimitive.cpp index 4e36723eec..faf98883d9 100644..100755 --- a/indra/llprimitive/llprimitive.cpp +++ b/indra/llprimitive/llprimitive.cpp @@ -1246,6 +1246,7 @@ S32 LLPrimitive::parseTEMessage(LLMessageSystem* mesgsys, char const* block_name if (tec.size == 0) { + tec.face_count = 0; return retval; } |