diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-28 09:33:57 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-28 09:33:57 -0400 |
| commit | 5dcd81c15507ad8f487e5727bc7a94de82f6fb45 (patch) | |
| tree | b1df07956c4883bbf336c36e9701a1e0f2eb2f00 /indra/llprimitive/llmodel.h | |
| parent | dd2caad496b6a1fd34f987044f25223311ca3d46 (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.h | 1 |
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 |
