Removed Alpha and Tattoo layers from exportor since they dont work :\

This commit is contained in:
phr0z3nt04st
2010-05-24 10:26:31 -05:00
parent a553a17496
commit af880575e4

View File

@@ -345,6 +345,10 @@ void LLFloaterExport::addAvatarStuff(LLVOAvatar* avatarp)
{
exists = true;
}
else if (type == WT_ALPHA || type == WT_TATTOO) //alpha layers and tattos are unsupported for now
{
continue;
}
else
{
for( S32 te = 0; te < LLVOAvatarDefines::TEX_NUM_INDICES; te++ )