summaryrefslogtreecommitdiff
path: root/indra/llappearance/llpolymorph.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2016-12-05 15:49:26 -0800
committerCallum Prentice <callum@gmail.com>2016-12-05 15:49:26 -0800
commit3c16beedc0d41834f22527aa916bd6c609786587 (patch)
tree7a7d2c3d4d5835adaef85179bd1cdcd8e2b954f5 /indra/llappearance/llpolymorph.h
parent2337134497fa5103d5baf9a0e790b2f294cd9750 (diff)
parent05d58c91ef55fd90ea2f3e0f1a1199ac5e690b30 (diff)
Automated merge with lindenlab/viewer64 (itself, merged from viewer-release after bento/5.0 release)
Diffstat (limited to 'indra/llappearance/llpolymorph.h')
-rw-r--r--indra/llappearance/llpolymorph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llappearance/llpolymorph.h b/indra/llappearance/llpolymorph.h
index 3c2c68079c..c6133cd831 100644
--- a/indra/llappearance/llpolymorph.h
+++ b/indra/llappearance/llpolymorph.h
@@ -182,6 +182,8 @@ public:
void applyMask(U8 *maskData, S32 width, S32 height, S32 num_components, BOOL invert);
void addPendingMorphMask() { mNumMorphMasksPending++; }
+ void applyVolumeChanges(F32 delta_weight); // SL-315 - for resetSkeleton()
+
void* operator new(size_t size)
{
return ll_aligned_malloc_16(size);