mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Minor formatting changes and commented out log lines for future debugging of image manager (udp texture fetch). No significant functional changes.
This commit is contained in:
@@ -103,6 +103,10 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
|
||||
// If it's cached, return the cached results
|
||||
if (m_decodedCache.TryGetValue(assetID, out result))
|
||||
{
|
||||
// m_log.DebugFormat(
|
||||
// "[J2KDecoderModule]: Returning existing cached {0} layers j2k decode for {1}",
|
||||
// result.Length, assetID);
|
||||
|
||||
callback(assetID, result);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user