diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-03 08:37:58 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-03 08:37:58 +0000 |
commit | 0c7623f628cbba999860379a2f5c302d94c1d287 (patch) | |
tree | 0f00c5f444c85575b09043b473e0c551faa7bddc /indra/newview/llvoavatar.cpp | |
parent | 1bd5fd8c50eb299ea96720db8cf0f9b25ec6e941 (diff) |
Cleanup of llappearance refactor file definition order for easier diff'ing
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index dac479b2e0..e3d8f9135e 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -764,6 +764,7 @@ LLVOAvatar::LLVOAvatar(const LLUUID& id, mRuthTimer.reset(); mRuthDebugTimer.reset(); + mDebugExistenceTimer.reset(); mPelvisOffset = LLVector3(0.0f,0.0f,0.0f); mLastPelvisToFoot = 0.0f; mPelvisFixup = 0.0f; |