summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-28 09:33:57 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-28 09:33:57 -0400
commit5dcd81c15507ad8f487e5727bc7a94de82f6fb45 (patch)
treeb1df07956c4883bbf336c36e9701a1e0f2eb2f00 /indra/llprimitive/llmodel.h
parentdd2caad496b6a1fd34f987044f25223311ca3d46 (diff)
SL-451 - avoid more high-cost string operations in a per-frame function
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r--indra/llprimitive/llmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h
index 40c3916168..097558ef67 100644
--- a/indra/llprimitive/llmodel.h
+++ b/indra/llprimitive/llmodel.h
@@ -56,6 +56,7 @@ public:
LLMatrix4 mBindShapeMatrix;
float mPelvisOffset;
bool mLockScaleIfJointPosition;
+ bool mInvalidJointsScrubbed;
};
class LLModel : public LLVolume