mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
minor refactor
This commit is contained in:
@@ -146,7 +146,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (transactions != null)
|
||||
{
|
||||
LLUUID assetID = libsecondlife.LLUUID.Combine(transactionID, remoteClient.SecureSessionId);
|
||||
AssetBase asset = AssetCache.GetAsset(assetID);
|
||||
AssetBase asset
|
||||
= AssetCache.GetAsset(
|
||||
assetID, (item.assetType == (int)AssetType.Texture ? true : false));
|
||||
|
||||
if (asset == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user