diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:19:19 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:19:19 -0800 |
commit | abd24efbf1182596db19e27ee4e9cacb28a4a9d7 (patch) | |
tree | a2eec346a631e97afcd0bcb7fc98395e938ad784 /indra/llcharacter/llbvhloader.h | |
parent | 97e59b20f0a7bed7119496c0848ccefa79cac5e1 (diff) |
CID-337
Checker: UNINIT_CTOR
Function: Translation::Translation()
File: /indra/llcharacter/llbvhloader.h
Diffstat (limited to 'indra/llcharacter/llbvhloader.h')
-rw-r--r-- | indra/llcharacter/llbvhloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcharacter/llbvhloader.h b/indra/llcharacter/llbvhloader.h index 85ab035e61..38617bd6d4 100644 --- a/indra/llcharacter/llbvhloader.h +++ b/indra/llcharacter/llbvhloader.h @@ -166,6 +166,7 @@ public: Translation() { mIgnore = FALSE; + mIgnorePositions = FALSE; mRelativePositionKey = FALSE; mRelativeRotationKey = FALSE; mPriorityModifier = 0; |