aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs b/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
index af359b3..aa2423f 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs
@@ -69,6 +69,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
69 m_assetCache = pAssetCache; 69 m_assetCache = pAssetCache;
70 if (pAssetCache != null) 70 if (pAssetCache != null)
71 m_missingsubstitute = pAssetCache.GetAsset(UUID.Parse("5748decc-f629-461c-9a36-a35a221fe21f"), true); 71 m_missingsubstitute = pAssetCache.GetAsset(UUID.Parse("5748decc-f629-461c-9a36-a35a221fe21f"), true);
72 else
73 m_log.Error("[ClientView] - couldn't set missing image, all manner of things will probably break");
72 m_j2kDecodeModule = pJ2kDecodeModule; 74 m_j2kDecodeModule = pJ2kDecodeModule;
73 } 75 }
74 76