diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 97b540a..1d2fd4e 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -452,7 +452,8 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
452 | foreach (UUID id in missing) | 452 | foreach (UUID id in missing) |
453 | sp.ControllingClient.SendRebakeAvatarTextures(id); | 453 | sp.ControllingClient.SendRebakeAvatarTextures(id); |
454 | } | 454 | } |
455 | else if (validDirtyBakes > 0 && hits == cacheItems.Length) | 455 | |
456 | if (validDirtyBakes > 0 && hits == cacheItems.Length) | ||
456 | { | 457 | { |
457 | // if we got a full set of baked textures save all in BakedTextureModule | 458 | // if we got a full set of baked textures save all in BakedTextureModule |
458 | if (m_BakedTextureModule != null) | 459 | if (m_BakedTextureModule != null) |