will get there..

avinationmerge
UbitUmarov 2014-08-11 00:44:34 +01:00
parent 0a9925ff4a
commit 9217d5ca31
1 changed files with 3 additions and 4 deletions

View File

@ -556,11 +556,10 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
face = sp.Appearance.Texture.FaceTextures[idx];
// this should be removed
if (face.TextureID == UUID.Zero || face.TextureID == AppearanceManager.DEFAULT_AVATAR_TEXTURE)
{
if (face.TextureID != UUID.Zero && face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE)
defonly = false; // found a non-default texture reference
}
else
hits++;
continue;
}
else