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

This commit is contained in:
UbitUmarov
2014-10-29 06:56:54 +00:00
parent 7723b1bcd3
commit d0dfa721f2

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)