diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 7f25f78..0e8c7ca 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -12041,6 +12041,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
12041 | { | 12041 | { |
12042 | if (bakedTextureModule != null) | 12042 | if (bakedTextureModule != null) |
12043 | { | 12043 | { |
12044 | m_log.Debug("[ HandleAgentTextureCached] bakedTextureModule"); | ||
12044 | try | 12045 | try |
12045 | { | 12046 | { |
12046 | if (p.Appearance.WearableCacheItemsDirty) | 12047 | if (p.Appearance.WearableCacheItemsDirty) |
@@ -12072,7 +12073,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
12072 | } | 12073 | } |
12073 | } | 12074 | } |
12074 | } | 12075 | } |
12075 | else if (p.Appearance.WearableCacheItems != null) | 12076 | |
12077 | if (p.Appearance.WearableCacheItems != null) | ||
12076 | { | 12078 | { |
12077 | cacheItems = p.Appearance.WearableCacheItems; | 12079 | cacheItems = p.Appearance.WearableCacheItems; |
12078 | } | 12080 | } |