change last commit, need to send to Xbakes or changes will not be detected

avinationmerge
UbitUmarov 2014-10-29 06:56:54 +00:00
parent 7723b1bcd3
commit d0dfa721f2
1 changed files with 2 additions and 1 deletions

View File

@ -452,7 +452,8 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
foreach (UUID id in missing)
sp.ControllingClient.SendRebakeAvatarTextures(id);
}
else if (validDirtyBakes > 0 && hits == cacheItems.Length)
if (validDirtyBakes > 0 && hits == cacheItems.Length)
{
// if we got a full set of baked textures save all in BakedTextureModule
if (m_BakedTextureModule != null)