summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-07-19 15:19:07 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-07-19 15:19:07 -0400
commit8b7e33ad36bc33c2356300f8eabc8ddae578070e (patch)
tree19643431d1e67455632a978dc12666bbc68f4267 /indra/llprimitive
parent3ce04f335e640ef9a00b00aae94ef2de841a1f7b (diff)
Cherry pick of https://bitbucket.org/lindenlab/mesh-development/changeset/9cea44ebea3b by don, to fix old viewer crashes in mesh regions
Diffstat (limited to 'indra/llprimitive')
-rw-r--r--indra/llprimitive/llprimitive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llprimitive.h b/indra/llprimitive/llprimitive.h
index 76faa1b8c5..8903d8e049 100644
--- a/indra/llprimitive/llprimitive.h
+++ b/indra/llprimitive/llprimitive.h
@@ -103,6 +103,7 @@ public:
PARAMS_LIGHT = 0x20,
PARAMS_SCULPT = 0x30,
PARAMS_LIGHT_IMAGE = 0x40,
+ PARAMS_MESH = 0x50,
};
public: