mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
change last commit, need to send to Xbakes or changes will not be detected
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user