aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorUbitUmarov2014-10-29 06:56:54 +0000
committerUbitUmarov2014-10-29 06:56:54 +0000
commitd0dfa721f2b906771ee9dacfe834909cd27e96fc (patch)
treef759d77377dbf0651a50ca4b296158a7c69c27db /OpenSim/Region/CoreModules/Avatar
parentbug fix and don't send to xbakes if requesting rebakes (diff)
downloadopensim-SC_OLD-d0dfa721f2b906771ee9dacfe834909cd27e96fc.zip
opensim-SC_OLD-d0dfa721f2b906771ee9dacfe834909cd27e96fc.tar.gz
opensim-SC_OLD-d0dfa721f2b906771ee9dacfe834909cd27e96fc.tar.bz2
opensim-SC_OLD-d0dfa721f2b906771ee9dacfe834909cd27e96fc.tar.xz
change last commit, need to send to Xbakes or changes will not be detected
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs3
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)