From 66dea8fe05dbf0f9783f520cddf4d3aa700015d6 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 6 Aug 2014 05:17:30 +0100 Subject: some debug to remove later --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs') 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 { if (bakedTextureModule != null) { + m_log.Debug("[ HandleAgentTextureCached] bakedTextureModule"); try { if (p.Appearance.WearableCacheItemsDirty) @@ -12072,7 +12073,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP } } } - else if (p.Appearance.WearableCacheItems != null) + + if (p.Appearance.WearableCacheItems != null) { cacheItems = p.Appearance.WearableCacheItems; } -- cgit v1.1