aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs
index 8c451b0..ad8d625 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -391,10 +391,10 @@ namespace OpenSim.Framework.Communications.Cache
391 391
392 protected void ProcessReceivedAsset(bool IsTexture, AssetInfo assetInf, IUserService userService) 392 protected void ProcessReceivedAsset(bool IsTexture, AssetInfo assetInf, IUserService userService)
393 { 393 {
394 if (!IsTexture && assetInf.ContainsReferences && false) 394 // if (!IsTexture && assetInf.ContainsReferences && false)
395 { 395 // {
396 assetInf.Data = ProcessAssetData(assetInf.Data, userService); 396 // assetInf.Data = ProcessAssetData(assetInf.Data, userService);
397 } 397 // }
398 } 398 }
399 399
400 // See IAssetReceiver 400 // See IAssetReceiver