diff options
author | Dave Parks <davep@lindenlab.com> | 2012-06-15 16:07:06 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-06-15 16:07:06 -0500 |
commit | a1d0d67e05c45bdc1a7a8bb0aad79772a2a94f6e (patch) | |
tree | 2a35cd0bfc9749122bb48636c1738752710efada /indra/newview/llface.h | |
parent | 99dc246ac843114f20f7aa99531451fcf46df3ed (diff) |
MAINT-775 Fix for particle index pool corruption on teleport.
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index 76ea5c853a..3babc13c2e 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -79,6 +79,7 @@ public: USE_FACE_COLOR = 0x0010, TEXTURE_ANIM = 0x0020, RIGGED = 0x0040, + PARTICLE = 0x0080, }; static void initClass(); |