aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-12 17:02:08 +0000
committerJustin Clarke Casey2008-03-12 17:02:08 +0000
commit42123770de293d17993d85c3f3074f6106d9eaba (patch)
tree8fafac20193a4219ff9896725d7b2de3486589e9 /OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs
parentApplied patch from mantis #749, Grass now stays to set type when moved. thank... (diff)
downloadopensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.zip
opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.gz
opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.bz2
opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.xz
* Add comments and slight corrections to ClientView.AgentTextureCached
* Reduce 'asset not found' console debug spam
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs b/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs
index 65374e9..7b835a1 100644
--- a/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs
+++ b/OpenSim/Region/Environment/Modules/TextureNotFoundSender.cs
@@ -85,7 +85,7 @@ namespace OpenSim.Region.Environment.Modules
85 85
86 // XXX Temporarily disabling as this appears to be causing client crashes on at least 86 // XXX Temporarily disabling as this appears to be causing client crashes on at least
87 // 1.19.0(5) of the Linden Second Life client. 87 // 1.19.0(5) of the Linden Second Life client.
88 // m_client.OutPacket(notFound, ThrottleOutPacketType.Unknown); 88 // m_client.OutPacket(notFound, ThrottleOutPacketType.Texture);
89 89
90 return true; 90 return true;
91 } 91 }