mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
cosmetics on assets connector
This commit is contained in:
@@ -368,7 +368,7 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
|
||||
}
|
||||
else if (Cache != null)
|
||||
{
|
||||
string assetName = "j2kCache_" + AssetId.ToString();
|
||||
string assetName = "j2k" + AssetId.ToString();
|
||||
AssetBase layerDecodeAsset;
|
||||
Cache.Get(assetName, out layerDecodeAsset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user