mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* refactor: remove AssetCache field hanging off Scene
* This is always available at Scene.CommsManager.AssetCache
This commit is contained in:
@@ -642,7 +642,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
for (int i=0;i<arrassets.Length;i++)
|
||||
{
|
||||
AssetBase ab = sn.AssetCache.GetAsset(arrassets[i], true);
|
||||
AssetBase ab = sn.CommsManager.AssetCache.GetAsset(arrassets[i], true);
|
||||
if (ab != null && ab.Data != null)
|
||||
{
|
||||
j2kdecode.syncdecode(arrassets[i], ab.Data);
|
||||
|
||||
Reference in New Issue
Block a user