diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:30:22 -0800 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:30:22 -0800 | 
| commit | 6f364cf7c5a0dc01e8bab4818b4762d258b62a90 (patch) | |
| tree | 92e24116dc75867e96ef9478fcb8d7835c4f4036 /indra | |
| parent | 47a7262713b9576304546f5ab139d2ca67c6c8e7 (diff) | |
CID-335 follow-up
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcharacter/llkeyframewalkmotion.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcharacter/llkeyframewalkmotion.cpp b/indra/llcharacter/llkeyframewalkmotion.cpp index d18f924b55..461309bee9 100644 --- a/indra/llcharacter/llkeyframewalkmotion.cpp +++ b/indra/llcharacter/llkeyframewalkmotion.cpp @@ -65,7 +65,7 @@ LLKeyframeWalkMotion::LLKeyframeWalkMotion(const LLUUID &id)      mCyclePhase(0.0f),      mRealTimeLast(0.0f),      mAdjTimeLast(0.0f), -    mDownFoot(0.0f) +    mDownFoot(0)  {  } | 
