diff options
author | UbitUmarov | 2014-08-11 00:49:11 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-11 00:49:11 +0100 |
commit | 306875fc61d1a1974fa21a174ecd9f65a271f34c (patch) | |
tree | 1447cd2e8811a191f89d40b3a25efb00b0e74d33 /OpenSim/Region | |
parent | will get there.. (diff) | |
download | opensim-SC_OLD-306875fc61d1a1974fa21a174ecd9f65a271f34c.zip opensim-SC_OLD-306875fc61d1a1974fa21a174ecd9f65a271f34c.tar.gz opensim-SC_OLD-306875fc61d1a1974fa21a174ecd9f65a271f34c.tar.bz2 opensim-SC_OLD-306875fc61d1a1974fa21a174ecd9f65a271f34c.tar.xz |
... one day..
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 330ed56..d5f271d 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -557,9 +557,10 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
557 | 557 | ||
558 | // this should be removed | 558 | // this should be removed |
559 | if (face.TextureID != UUID.Zero && face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE) | 559 | if (face.TextureID != UUID.Zero && face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE) |
560 | { | ||
560 | defonly = false; // found a non-default texture reference | 561 | defonly = false; // found a non-default texture reference |
561 | else | ||
562 | hits++; | 562 | hits++; |
563 | } | ||
563 | continue; | 564 | continue; |
564 | } | 565 | } |
565 | else | 566 | else |