diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-14 11:29:17 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-14 11:29:17 -0400 |
commit | 8b2cb3766e3ed546994f81518983283e68263b09 (patch) | |
tree | 96cefa4858750b3f26fc324f8a4d54c51aecba18 /indra/llappearance/llavatarjoint.cpp | |
parent | 4e342f21ce8472bd1d9b34fdc2757a63ab24db52 (diff) |
BUILDFIX: WIN fixing up windows building issues
Cleaned up a couple of things that the windows compiler was warning about, with our inheritance structure
Diffstat (limited to 'indra/llappearance/llavatarjoint.cpp')
-rw-r--r-- | indra/llappearance/llavatarjoint.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarjoint.cpp b/indra/llappearance/llavatarjoint.cpp index eb450485c7..6ab341af64 100644 --- a/indra/llappearance/llavatarjoint.cpp +++ b/indra/llappearance/llavatarjoint.cpp @@ -73,6 +73,7 @@ void LLAvatarJoint::init() mPickName = PN_DEFAULT; mVisible = TRUE; mMeshID = 0; + mIsTransparent = FALSE; } |