* Add comments and slight corrections to ClientView.AgentTextureCached

* Reduce 'asset not found' console debug spam
This commit is contained in:
Justin Clarke Casey
2008-03-12 17:02:08 +00:00
parent fc551ef127
commit 42123770de
5 changed files with 20 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ namespace OpenSim.Region.Environment.Modules
// XXX Temporarily disabling as this appears to be causing client crashes on at least
// 1.19.0(5) of the Linden Second Life client.
// m_client.OutPacket(notFound, ThrottleOutPacketType.Unknown);
// m_client.OutPacket(notFound, ThrottleOutPacketType.Texture);
return true;
}