diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 17:04:43 -0800 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 17:04:43 -0800 | 
| commit | e48e9db756f55f1834256abfcc37038799cca8c0 (patch) | |
| tree | 05b91b7f549ecb40961031581d0f6ca6b48f1e5f | |
| parent | 6e55c9549a31550b7dc73972462334c8b1e32f7c (diff) | |
CID-353
Checker: UNINIT_CTOR
Function: LLViewerJoint::LLViewerJoint()
File: /indra/newview/llviewerjoint.cpp
| -rw-r--r-- | indra/newview/llviewerjoint.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llviewerjoint.cpp b/indra/newview/llviewerjoint.cpp index c2591ac8d7..c425d95ff8 100644 --- a/indra/newview/llviewerjoint.cpp +++ b/indra/newview/llviewerjoint.cpp @@ -66,6 +66,7 @@ LLViewerJoint::LLViewerJoint()  	mMinPixelArea = DEFAULT_LOD;  	mPickName = PN_DEFAULT;  	mVisible = TRUE; +	mMeshID = 0;  } | 
