diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-07-04 16:25:41 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-07-04 16:25:41 +0300 |
commit | c8fc414ebe3c44af36ae8f34d27758480ba73b1b (patch) | |
tree | 84d52bb46ad027d05936e4f43d163a4d52b3f54a /indra/llcharacter/llmotioncontroller.h | |
parent | d80981de767e2ae34eb7dde9ad367fa360890215 (diff) |
MAINT-7329 Viewer was spamming log with motion limit messages
Diffstat (limited to 'indra/llcharacter/llmotioncontroller.h')
-rw-r--r-- | indra/llcharacter/llmotioncontroller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcharacter/llmotioncontroller.h b/indra/llcharacter/llmotioncontroller.h index 72de331694..9d9c64f4f0 100644 --- a/indra/llcharacter/llmotioncontroller.h +++ b/indra/llcharacter/llmotioncontroller.h @@ -224,6 +224,8 @@ protected: F32 mLastInterp; U8 mJointSignature[2][LL_CHARACTER_MAX_ANIMATED_JOINTS]; +private: + U32 mLastCountAfterPurge; //for logging and debugging purposes }; //----------------------------------------------------------------------------- |