aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index 4b165ce..1b7ae16 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -2983,7 +2983,8 @@ namespace OpenSim.Region.Framework.Scenes
2983 { 2983 {
2984 if (part.Shape.SculptEntry && part.Shape.SculptTexture != UUID.Zero) 2984 if (part.Shape.SculptEntry && part.Shape.SculptTexture != UUID.Zero)
2985 { 2985 {
2986 m_scene.AssetCache.GetAsset(part.Shape.SculptTexture, part.SculptTextureCallback, true); 2986 m_scene.CommsManager.AssetCache.GetAsset(
2987 part.Shape.SculptTexture, part.SculptTextureCallback, true);
2987 } 2988 }
2988 } 2989 }
2989 } 2990 }