diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-06-13 01:09:27 +0530 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-06-13 01:09:27 +0530 |
commit | 7abb0c99beec1d356ea03d0733adeab94408df41 (patch) | |
tree | 934e0481698f666deca5a2067161524d1916e424 /indra/llprimitive/llprimitive.h | |
parent | 56fc3222dce79d3b52d7e234dcb929f08bfda031 (diff) |
[DRTVWR-476] - add universal head,upper,lower tattoos
Diffstat (limited to 'indra/llprimitive/llprimitive.h')
-rw-r--r-- | indra/llprimitive/llprimitive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llprimitive.h b/indra/llprimitive/llprimitive.h index 22d6ade6ac..bb623c8908 100644 --- a/indra/llprimitive/llprimitive.h +++ b/indra/llprimitive/llprimitive.h @@ -297,7 +297,7 @@ public: // - Vir struct LLTEContents { - static const U32 MAX_TES = 42; + static const U32 MAX_TES = 45; U8 image_data[MAX_TES*16]; U8 colors[MAX_TES*4]; |