diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 11:09:16 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 11:09:16 -0800 |
commit | 5bb7bfce1470b260b7e7b0935ca8401ff6ca9feb (patch) | |
tree | 2da00c3129db328e2b7f7d0a03a7449d8cc143b9 /indra/newview/llviewerjoint.h | |
parent | ee86a65f0450003689dcd0d52c726c876456dd28 (diff) |
follow-up for CID-372
Diffstat (limited to 'indra/newview/llviewerjoint.h')
-rw-r--r-- | indra/newview/llviewerjoint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llviewerjoint.h b/indra/newview/llviewerjoint.h index 08c4ec36fd..5ff766696c 100644 --- a/indra/newview/llviewerjoint.h +++ b/indra/newview/llviewerjoint.h @@ -141,7 +141,9 @@ public: std::vector<LLViewerJointMesh*> mMeshParts; void setMeshID( S32 id ) {mMeshID = id;} -protected: +private: + void init(); + BOOL mValid; U32 mComponents; F32 mMinPixelArea; |