aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneManager.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneManager.cs b/OpenSim/Region/Framework/Scenes/SceneManager.cs
index fe37dae..00b49a1 100644
--- a/OpenSim/Region/Framework/Scenes/SceneManager.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneManager.cs
@@ -642,7 +642,7 @@ namespace OpenSim.Region.Framework.Scenes
642 { 642 {
643 for (int i=0;i<arrassets.Length;i++) 643 for (int i=0;i<arrassets.Length;i++)
644 { 644 {
645 AssetBase ab = sn.AssetCache.GetAsset(arrassets[i], true); 645 AssetBase ab = sn.CommsManager.AssetCache.GetAsset(arrassets[i], true);
646 if (ab != null && ab.Data != null) 646 if (ab != null && ab.Data != null)
647 { 647 {
648 j2kdecode.syncdecode(arrassets[i], ab.Data); 648 j2kdecode.syncdecode(arrassets[i], ab.Data);