aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 6cdf6f6..68df40f 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2996,7 +2996,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2996 return; 2996 return;
2997 } 2997 }
2998 2998
2999 int WearableOut = 0;
3000 bool isWearable = false; 2999 bool isWearable = false;
3001 3000
3002 isWearable = ((AssetType) req.AssetInf.Type == 3001 isWearable = ((AssetType) req.AssetInf.Type ==
@@ -8563,7 +8562,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
8563 // surrounding scene 8562 // surrounding scene
8564 if ((ImageType)block.Type == ImageType.Baked) 8563 if ((ImageType)block.Type == ImageType.Baked)
8565 args.Priority *= 2.0f; 8564 args.Priority *= 2.0f;
8566 int wearableout = 0;
8567 8565
8568 ImageManager.EnqueueReq(args); 8566 ImageManager.EnqueueReq(args);
8569 } 8567 }