scream out a bit warning if we failed to set default image
parent
b2e5f03942
commit
15d39f33ca
|
@ -69,6 +69,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
m_assetCache = pAssetCache;
|
m_assetCache = pAssetCache;
|
||||||
if (pAssetCache != null)
|
if (pAssetCache != null)
|
||||||
m_missingsubstitute = pAssetCache.GetAsset(UUID.Parse("5748decc-f629-461c-9a36-a35a221fe21f"), true);
|
m_missingsubstitute = pAssetCache.GetAsset(UUID.Parse("5748decc-f629-461c-9a36-a35a221fe21f"), true);
|
||||||
|
else
|
||||||
|
m_log.Error("[ClientView] - couldn't set missing image, all manner of things will probably break");
|
||||||
m_j2kDecodeModule = pJ2kDecodeModule;
|
m_j2kDecodeModule = pJ2kDecodeModule;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue