Skip to content
Snippets Groups Projects
Commit 5bb7bfce authored by Tofu Linden's avatar Tofu Linden
Browse files

follow-up for CID-372

parent ee86a65f
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,9 @@ class LLViewerJoint : ...@@ -141,7 +141,9 @@ class LLViewerJoint :
std::vector<LLViewerJointMesh*> mMeshParts; std::vector<LLViewerJointMesh*> mMeshParts;
void setMeshID( S32 id ) {mMeshID = id;} void setMeshID( S32 id ) {mMeshID = id;}
protected: private:
void init();
BOOL mValid; BOOL mValid;
U32 mComponents; U32 mComponents;
F32 mMinPixelArea; F32 mMinPixelArea;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment