... one day..

avinationmerge
UbitUmarov 2014-08-11 00:49:11 +01:00
parent 9217d5ca31
commit 306875fc61
1 changed files with 2 additions and 1 deletions

View File

@ -557,9 +557,10 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
// this should be removed
if (face.TextureID != UUID.Zero && face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE)
{
defonly = false; // found a non-default texture reference
else
hits++;
}
continue;
}
else