change last commit, need to send to Xbakes or changes will not be detected
parent
7723b1bcd3
commit
d0dfa721f2
|
@ -452,7 +452,8 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
|
||||||
foreach (UUID id in missing)
|
foreach (UUID id in missing)
|
||||||
sp.ControllingClient.SendRebakeAvatarTextures(id);
|
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 we got a full set of baked textures save all in BakedTextureModule
|
||||||
if (m_BakedTextureModule != null)
|
if (m_BakedTextureModule != null)
|
||||||
|
|
Loading…
Reference in New Issue