diff options
author | UbitUmarov | 2014-10-29 06:56:54 +0000 |
---|---|---|
committer | UbitUmarov | 2014-10-29 06:56:54 +0000 |
commit | d0dfa721f2b906771ee9dacfe834909cd27e96fc (patch) | |
tree | f759d77377dbf0651a50ca4b296158a7c69c27db /OpenSim/Region | |
parent | bug fix and don't send to xbakes if requesting rebakes (diff) | |
download | opensim-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')
-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) |