follow-up for CID-372

master
Tofu Linden 2010-01-28 11:09:16 -08:00
parent ee86a65f04
commit 5bb7bfce14
1 changed files with 3 additions and 1 deletions

View File

@ -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;